mailr17597 - /trunk/docs/2to3_checklist


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

Header


Content

Posted by edward on September 28, 2012 - 14:23:
Author: bugman
Date: Fri Sep 28 14:23:58 2012
New Revision: 17597

URL: http://svn.gna.org/viewcvs/relax?rev=17597&view=rev
Log:
Updated the Python 2 to 3 checklist document for the shifting of the 'relax' 
file to 'relax.py'.


Modified:
    trunk/docs/2to3_checklist

Modified: trunk/docs/2to3_checklist
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/2to3_checklist?rev=17597&r1=17596&r2=17597&view=diff
==============================================================================
--- trunk/docs/2to3_checklist (original)
+++ trunk/docs/2to3_checklist Fri Sep 28 14:23:58 2012
@@ -1,6 +1,6 @@
 The following is a checklist for the migration from Python 2.x to Python 
3.x.  Only changes which allow relax to run on both versions will currently 
be applied.  This is performed by the 2to3 program that comes with Python 3.x 
and the syntax used is:
 
-2to3 -w relax . -f xxx
+2to3 -w . -f xxx
 
 where xxx is the transformation being applied.
 
@@ -83,7 +83,7 @@
 -x long \
 -x numliterals \
 -x xrange \
-relax .
+.
 
 
 Deadly 3.0 update command
@@ -96,4 +96,4 @@
 -f long \
 -f numliterals \
 -f xrange \
-relax .
+.




Related Messages


Powered by MHonArc, Updated Fri Sep 28 17:00:02 2012