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

brett.cannon python-checkins at python.org
Tue May 20 06:24:17 CEST 2008


Author: brett.cannon
Date: Tue May 20 06:24:16 2008
New Revision: 63477

Log:
Add a step in a rename to update 2to3.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Tue May 20 06:24:16 2008
@@ -981,6 +981,8 @@
 Python 3.0
 //////////
 
+#. Update 2to3 in the sandbox to support the rename.
+
 #. Use ``svn move`` to rename the module.
 
 #. Update all import statements in the stdlib to use the new name


More information about the Python-checkins mailing list