[Python-porting] The porting howto.

Lennart Regebro regebro at gmail.com
Tue Feb 15 14:29:37 CET 2011


I just read Bretts new porting howto, and it's good, except for one
omission. The strategies section makes it sound like you can't use
2to3 to support both Python 2 and Python 3, while it in fact can be
easily supported by running 2to3 on build time with distutils or even
better Distribute. This should be mentioned, IMO.

Feel free to take parts of my Strategies chapter:
http://python3porting.com/strategies.html

//Lennart


More information about the Python-porting mailing list