akamai / AkamaiOPEN-edgegrid-python

This library implements an Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme
Apache License 2.0
88 stars 52 forks source link

Convert to Python3 #28

Closed ralic closed 3 years ago

ralic commented 7 years ago

using : find . -name '*.py' | xargs 2to3 -w

elreydetodo commented 5 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.

justinrummel commented 5 years ago

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. :)

robertolopezlopez commented 3 years ago

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