[Python-checkins] r67520 - peps/trunk/pep-0101.txt

christian.heimes python-checkins at python.org
Thu Dec 4 15:29:52 CET 2008


Author: christian.heimes
Date: Thu Dec  4 15:29:51 2008
New Revision: 67520

Log:
Explain how to bump up the version numbers for Windows builds

Modified:
   peps/trunk/pep-0101.txt

Modified: peps/trunk/pep-0101.txt
==============================================================================
--- peps/trunk/pep-0101.txt	(original)
+++ peps/trunk/pep-0101.txt	Thu Dec  4 15:29:51 2008
@@ -161,6 +161,13 @@
 
           ___ Update the version number in configure.in and re-run autoconf.
 
+          ___ Update the version numbers for the Windows builds in PC/ and
+              PCbuild/, which have references to python26. 
+
+              % find PC/ PCbuild/ \( -type f -and -not -wholename '*/.svn/*' \) | xargs sed -i 's/python26/python27/g'
+              % svn mv PC/os2emx/python26.def PC/os2emx/python27.def
+
+
   ___ Regenerate Lib/pydoc-topics.py
 
       cd to the Doc directory and type ``make pydoc-topics``.  Then copy


More information about the Python-checkins mailing list