carsonyl / pypac

Find and use proxy auto-config (PAC) files with Python and Requests.
https://pypac.readthedocs.io
Apache License 2.0
71 stars 19 forks source link

tld 0.11+ is not python 2.7 compatible #51

Closed jsokol805 closed 4 years ago

jsokol805 commented 4 years ago

https://pypi.org/project/tld/ dropped support for Python 2.7 without bumping major version - I think pypac should act accordingly.

I would gladly submit a pull request to fix that - but I'm not sure what's the preferred way to fix this:

carsonyl commented 4 years ago

It looks like tld 0.11.7 brought back Python 2.7 support, so we can dodge this issue for now.