Re: [Python-Dev] Smoothing the transition from Python 2 to 3

2016年6月08日 18:13:55 -0700

2016年06月08日 23:01 GMT+02:00 Neil Schemenauer <[email protected]>:
> - 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
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to