Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 76b1913daf883b6592815d139f62f3a7fbe3c322 authored by Dong-hee Na on 13 October 2020, 15:18:58 UTC
[3.8] bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) (GH-22683)
Tip revision: 76b1913
buildmsi.bat
@rem Used by the buildbot "buildmsi" step.
setlocal

pushd

@rem build both snapshot MSIs
call "%~dp0..\msi\build.bat" -x86 -x64

popd
back to top