Python 3 is killing Python

Chris Angelico rosuav at gmail.com
Tue Jul 15 11:48:41 EDT 2014


On Wed, Jul 16, 2014 at 1:44 AM, Mark Lawrence <breamoreboy at yahoo.co.uk> wrote:
> Or any one of
>
> https://pypi.python.org/pypi/six/1.7.3
> https://github.com/mitsuhiko/python-modernize
> http://python-future.org/
> https://github.com/nandoflorestan/nine

AIUI most of those sorts of things are designed for people maintaining
a dual-version codebase, not for making a one-time switch. But yes,
there are a variety of tools to help make the changes necessary.

ChrisA



More information about the Python-list mailing list