From: Martin v. Löwis Date: Mon, 14 May 2012 16:19:16 +0000 (+0200) Subject: merge 3.2 X-Git-Tag: v3.3.0a4~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7be30478683251fb4491c0b3de00436b761fb8b;p=python merge 3.2 --- d7be30478683251fb4491c0b3de00436b761fb8b diff --cc Tools/buildbot/clean.bat index cb6f99ed2f,0c04b8e444..218facc3b1 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@@ -1,7 -1,5 +1,5 @@@ @rem Used by the buildbot "clean" step. -call "%VS90COMNTOOLS%vsvars32.bat" +call "%VS100COMNTOOLS%vsvars32.bat" - @echo Deleting .pyc/.pyo files ... - del /s Lib\*.pyc Lib\*.pyo @echo Deleting test leftovers ... rmdir /s /q build cd PCbuild