[Python-Dev] Smoothing the transition from Python 2 to 3 (original) (raw)

Guido van Rossum guido at python.org
Wed Jun 8 22:35:04 EDT 2016


Or write your own set of 2to3 fixers that are necessary.

On Wed, Jun 8, 2016 at 6:11 PM, Victor Stinner <victor.stinner at gmail.com> wrote:

2016-06-08 23:01 GMT+02:00 Neil Schemenauer <neil at python.ca>: > - code coming out of 2to3 runs correctly on this modified Python

Stop using 2to3. This tool adds many useless changes when you only care of Python 2.7 and Python 3.4+. I suggest to use better tools like 2to6, modernize or my own tool: https://pypi.python.org/pypi/sixer "Add Python 3 support to Python 2 applications using the six module." Victor


Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/guido%40python.org

-- --Guido van Rossum (python.org/~guido) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160608/4a4d17d9/attachment-0001.html>



More information about the Python-Dev mailing list