[Python-checkins] cpython (merge 3.2 -> default): merge 3.2

martin.v.loewis python-checkins at python.org
Mon May 14 18:19:33 CEST 2012


http://hg.python.org/cpython/rev/5298b39fa6c0
changeset:   76930:5298b39fa6c0
parent:      76928:c5171d50e752
parent:      76929:7b64365d414f
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Mon May 14 18:19:16 2012 +0200
summary:
  merge 3.2

files:
  Tools/buildbot/clean.bat |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat
--- a/Tools/buildbot/clean.bat
+++ b/Tools/buildbot/clean.bat
@@ -1,7 +1,5 @@
 @rem Used by the buildbot "clean" step.
 call "%VS100COMNTOOLS%vsvars32.bat"
- at echo Deleting .pyc/.pyo files ...
-del /s Lib\*.pyc Lib\*.pyo
 @echo Deleting test leftovers ...
 rmdir /s /q build
 cd PCbuild

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


More information about the Python-checkins mailing list