JordanMilne / Advocate

An SSRF-preventing wrapper around Python's requests library. Advocate is no longer maintained, please fork and rename if you would like to continue work on it.
Other
92 stars 17 forks source link

Convert to Python3 #7

Closed ralic closed 4 years ago

ralic commented 7 years ago

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

JordanMilne commented 4 years ago

The Python 2-isms that're present are intentional (especially in the vendored copy of ipaddress.py.) Python 3 is supported, but Python 2 support will be maintained for now.