Updated Python 3 migration tools and HOWTO guide

2014-12-12 Thread Nick Coghlan
Brett Cannon recently published an updated version of the Python 3 migration guide: https://docs.python.org/3/howto/pyporting.html One addition I found particularly noteworthy is the "pylint --py3k" mode, which is designed to allow a project to keep their own code "Python 3 ready", even if their d

Re: Updated Python 3 migration tools and HOWTO guide

2014-12-12 Thread Neal Becker
I found the 'futurize' package very helpful On Fri, Dec 12, 2014 at 6:03 AM, Nick Coghlan wrote: > Brett Cannon recently published an updated version of the Python 3 > migration guide: https://docs.python.org/3/howto/pyporting.html > > One addition I found particularly noteworthy is the "pylint