[Python-checkins] peps: A few more files to touch.

georg.brandl python-checkins at python.org
Sat Sep 29 14:49:55 CEST 2012


http://hg.python.org/peps/rev/9ff51c87f9d6
changeset:   4523:9ff51c87f9d6
user:        Georg Brandl <georg at python.org>
date:        Sat Sep 29 14:49:38 2012 +0200
summary:
  A few more files to touch.

files:
  pep-0101.txt |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -241,6 +241,8 @@
 
               $ find PC/ PCbuild/ -type f | xargs sed -i 's/python32/python33/g'
               $ hg mv -f PC/os2emx/python32.def PC/os2emx/python33.def
+              $ hg mv -f PC/python32stub.def PC/python33stub.def
+              $ hg mv -f PC/python32gen.py PC/python33gen.py
 
           ___ Commit these changes to the default branch.
               

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


More information about the Python-checkins mailing list