mailr9349 - /1.3/docs/2to3_checklist


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

Header


Content

Posted by edward on August 21, 2009 - 10:54:
Author: bugman
Date: Fri Aug 21 10:54:20 2009
New Revision: 9349

URL: http://svn.gna.org/viewcvs/relax?rev=9349&view=rev
Log:
Added a text file documenting the changes in preparation for Python 3.x.


Added:
    1.3/docs/2to3_checklist

Added: 1.3/docs/2to3_checklist
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/2to3_checklist?rev=9349&view=auto
==============================================================================
--- 1.3/docs/2to3_checklist (added)
+++ 1.3/docs/2to3_checklist Fri Aug 21 10:54:20 2009
@@ -1,0 +1,67 @@
+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
+
+where xxx is the transformation being applied.
+
+
+Key
+~~~
+
++ committed.
+- deadly for python 2.x.
+~ nothing to do.
+
+
+The transformations
+~~~~~~~~~~~~~~~~~~~
+
+~apply
+~basestring
+~buffer
+~callable
++dict
+-except
++exec
++execfile
+ filter
+ funcattrs
+ future
+ getcwdu
++has_key
+ idioms
+ import
+ imports
+ imports2
+ input
+ intern
+ isinstance
+ itertools
+ itertools_imports
+ long
+ map
+ metaclass
+ methodattrs
+ ne
+ next
+ nonzero
+ numliterals
+ paren
++print
++raise
+ raw_input
+ reduce
+ renames
++repr
+ set_literal
+ standarderror
+ sys_exc
+ throw
+ tuple_params
+ types
+ unicode
+ urllib
+ ws_comma
+ xrange
+ xreadlines
+ zip




Related Messages


Powered by MHonArc, Updated Fri Aug 21 12:20:02 2009