Raymond Hettinger wrote:
> Does the 2to3 tool work from 2.5 or from 2.6 or does it make difference?  If 
> it works from 2.5, I'm thinking my company will make the jump all at once 
> (after the 3.x series stabilizes, gets optimized, and key third-party 
> packages have been migrated).  

It's not guaranteed that it will work from 2.5. The transition plan for
2to3 is:

 * Get your code working under python2.6 -3 without Python 3.0
deprecation warnings
 * Use 2to3 to migrate the code from 2.6 to 3.0

Christian

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to