-
Notifications
You must be signed in to change notification settings - Fork 3.1k
The search command ignore proxy settings #243
New issue
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
Labels
auto-locked
Outdated issues that have been locked by automation
Comments
I'm also being hit by this. I would suggest committing that patch to a local branch and sending a pull request. |
duplicate of #395 |
Why has this issue been closed even though it contains a valid workaround for a 2+ year old issue? |
Probably because it's a duplicate of #395, and you should look there for any further progress (there isn't much, admittedly). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The "search" command ignore the HTTP_PROXY environment variable. I have done a very little (and crap) change in download.py file to enable this option and it works for me :-)
At line 28:
based on last example at the end of page http://docs.python.org/library/xmlrpclib.html
It's possible to implement (in a proper way) this option?
Tnx :-)
Regards
The text was updated successfully, but these errors were encountered: