We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can confirm this script chokes on Python 2.7; at least because of the use of urllib.request. Using six could alleviate this
urllib.request
six
The text was updated successfully, but these errors were encountered:
I wrote this for 3.4; I can try to add 2.7 compatibility, though - I haven't thought about that at all up to this point.
Sorry, something went wrong.
Yep. You expressed doubt in the article about it; I just thought I'd follow up :)
No branches or pull requests
I can confirm this script chokes on Python 2.7; at least because of the use of
urllib.request
. Usingsix
could alleviate thisThe text was updated successfully, but these errors were encountered: