[Python-checkins] r63139 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Mon May 12 04:25:24 CEST 2008


Author: brett.cannon
Date: Mon May 12 04:25:23 2008
New Revision: 63139

Log:
Swap the first two steps in renaming a module to prevent svnmerge from
complaining about local changes.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 04:25:23 2008
@@ -1025,10 +1025,10 @@
 Python 3.0
 //////////
 
-#. Use ``svn move`` to rename the module.
-
 #. Merge appropriate checkins from 2.6.
 
+#. Use ``svn move`` to rename the module.
+
 #. Update all references to use the new name.
 
 #. Add an entry in ``Misc/NEWS``.


More information about the Python-checkins mailing list