Closed ralic closed 3 years ago
I'm not sure this is a good idea until macOS upgrades their base Python version to something in the 3 series. There is very little that needs to be changed, and it's mostly isolated with major version checks already.
Python 2 support will be dropped on the next release (Catalina), however, if we follow the Apple n-2 we need to have both Python2 and Python3 support for a couple more years just in case older versions of the OS are being used. Not everyone can update the following week of an OS release. :)
Hi @ralic,
Thank you for this PR. Luckily this package is already compatible with python3 (as of today). Thus, I am closing the PR.
Regards,
Roberto
using : find . -name '*.py' | xargs 2to3 -w