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

brett.cannon python-checkins at python.org
Mon May 12 04:48:57 CEST 2008


Author: brett.cannon
Date: Mon May 12 04:48:57 2008
New Revision: 63143

Log:
Note to use 2to3 for renaming modules and their imports.

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:48:57 2008
@@ -1005,7 +1005,8 @@
    a patch first or use bzr to branch off at this point so as to be
    able to control commits easily).
 
-#. Update all import statements in the stdlib to use the new name.
+#. Update all import statements in the stdlib to use the new name
+   (use 2to3's ``fix_import`` fixer for the easiest solution).
 
 #. Rename the module in its own documentation.
 


More information about the Python-checkins mailing list