[Python-porting] The porting howto.
Lennart Regebro
regebro at gmail.com
Tue Feb 15 14:29:37 CET 2011
More information about the Python-porting mailing list
Tue Feb 15 14:29:37 CET 2011
- Previous message: [Python-porting] A website to help Python 3 porting
- Next message: [Python-porting] The porting howto.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-porting] A website to help Python 3 porting
- Next message: [Python-porting] The porting howto.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-porting mailing list