Staging
v0.5.1
https://github.com/python/cpython
Revision 38889804086855d507ca5cfee187e8c91fc99379 authored by Georg Brandl on 21 March 2008, 19:42:31 UTC, committed by Georg Brandl on 21 March 2008, 19:42:31 UTC
1 parent 02781dc
Raw File
Tip revision: 38889804086855d507ca5cfee187e8c91fc99379 authored by Georg Brandl on 21 March 2008, 19:42:31 UTC
file.write() may return something with the new IO framework.
Tip revision: 3888980
build.bat
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external.bat
call "%VS90COMNTOOLS%vsvars32.bat"
cmd /q/c Tools\buildbot\kill_python.bat
cmd /c Tools\buildbot\clean.bat
vcbuild /useenv PCbuild\pcbuild.sln "Debug|Win32"

back to top