mailr26518 - /trunk/docs/devel/2to3_checklist


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 11, 2014 - 14:10:
Author: bugman
Date: Tue Nov 11 14:10:47 2014
New Revision: 26518

URL: http://svn.gna.org/viewcvs/relax?rev=26518&view=rev
Log:
Expanded the Python 2 to 3 conversion document.


Modified:
    trunk/docs/devel/2to3_checklist

Modified: trunk/docs/devel/2to3_checklist
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/devel/2to3_checklist?rev=26518&r1=26517&r2=26518&view=diff
==============================================================================
--- trunk/docs/devel/2to3_checklist     (original)
+++ trunk/docs/devel/2to3_checklist     Tue Nov 11 14:10:47 2014
@@ -2,7 +2,7 @@
 
 2to3 -w . -f xxx
 
-where xxx is the transformation being applied.
+where xxx is the transformation being applied.  Before committing any 
changes, check all the changes carefully and make sure they work on both 
Python 2 and 3.  Certain modules, for example lib.compat, should not be 
changed using 2to3.  For more information about porting to Python 3, see 
http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html.
 
 
 Non-dangerous Python 3 update command




Related Messages


Powered by MHonArc, Updated Tue Nov 11 14:40:02 2014