[Python-checkins] cpython: Some test in a bat file

antoine.pitrou python-checkins at python.org
Sat Feb 26 19:29:43 CET 2011


antoine.pitrou pushed cc83a2611f9b to cpython:

http://hg.python.org/cpython/rev/cc83a2611f9b
changeset:   68055:cc83a2611f9b
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sat Feb 26 19:29:34 2011 +0100
summary:
  Some test in a bat file

files:
  Tools/buildbot/clean.bat

diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat
--- a/Tools/buildbot/clean.bat
+++ b/Tools/buildbot/clean.bat
@@ -3,5 +3,6 @@
 @echo Deleting .pyc/.pyo files ...
 del /s Lib\*.pyc Lib\*.pyo
 cd PCbuild
+
 vcbuild /clean pcbuild.sln "Release|Win32"
 vcbuild /clean pcbuild.sln "Debug|Win32"

--
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list