[Python-checkins] cpython (3.2): Stop deleting non-existing bytecode files.

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


http://hg.python.org/cpython/rev/7b64365d414f
changeset:   76929:7b64365d414f
branch:      3.2
parent:      76925:6b037a9eaba7
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Mon May 14 18:18:07 2012 +0200
summary:
  Stop deleting non-existing bytecode files.

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 "%VS90COMNTOOLS%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