[Python-porting] The porting howto.

Brett Cannon brett at python.org
Tue Feb 15 18:58:14 CET 2011
I'll fix the omission.

On Tue, Feb 15, 2011 at 05:29, Lennart Regebro <regebro at gmail.com> wrote:
> 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
> _______________________________________________
> Python-porting mailing list
> Python-porting at python.org
> http://mail.python.org/mailman/listinfo/python-porting
>


More information about the Python-porting mailing list