-
-
Notifications
You must be signed in to change notification settings - Fork 32k
incomplete proxy handling in URLLIB #33859
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
Comments
under WinNT, the proxy code takes the proxy values from the registry, but does *not* check for the proxy override settings. The supplied patch does take care of it and works for me. Not very sophisticated, but operational. |
Logged In: YES Tim, you seem to be using a proxy, so maybe you can give If you can't or don't want to, please give it back. |
Logged In: YES Back to you! I've spent enough time on it, but I don't Even if they did exist, the new proxy_bypass() routine So best I can say is that this code doesn't hurt me. Note that there are jarring style differences with list(proxyOverrd.split(';')) doesn't appear to make sense (.split() returns a list!). |
Logged In: YES Back to you, Tim. I'm also an @home user so I can't test this either. I agree with the style comments. Also, it translates a pattern to regular expression; an easier way to do this is to use fnmatch (which also takes Would the original submitter care to clean up the code according to the (Tim's & my) comments? Otherwise I think this is sufficiently low priority that I'm not going to move heaven & earth to get it into 2.1b2 (this |
Logged In: YES I'm accepting this. The original submitter didn't care to |
Logged In: YES Cleaned up the most egregious style clashes, and checked in: Lib/urllib.py, new revision: 1.129 Don't know whether it works. Didn't bother with fnmatch |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: