Staging
v0.5.1
https://github.com/python/cpython
Revision aff3cc659b8ddb0fc7f49077dda1922a67658acd authored by Victor Stinner on 30 April 2012, 03:19:21 UTC, committed by Victor Stinner on 30 April 2012, 03:19:21 UTC
1 parent 9a8ad0c
Raw File
Tip revision: aff3cc659b8ddb0fc7f49077dda1922a67658acd authored by Victor Stinner on 30 April 2012, 03:19:21 UTC
Issue #14687: Cleanup PyUnicode_Format()
Tip revision: aff3cc6
build.bat
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external.bat
call "%VS90COMNTOOLS%vsvars32.bat"
cmd /c Tools\buildbot\clean.bat
vcbuild /useenv PCbuild\kill_python.vcproj "Debug|Win32" && PCbuild\kill_python_d.exe
vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"

back to top