This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix for win32 proxy bypass support (no_proxy) in urllib(2)
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: loewis, mullendr
Priority: normal Keywords: patch

Created on 2005-03-01 13:56 by mullendr, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
urllib.zip mullendr, 2005-03-01 13:56 urllib.py and urllib2.py with changes
Messages (3)
msg47869 - (view) Author: mullendr (mullendr) Date: 2005-03-01 13:56
urllib and urllib2 did not support the win32 no_proxy
environment variable, nor did they support the
proxyOverride windows registry setting. 
The files that are attached add support for these.

ps.
this is my first fix, so I hope I am doing this right
msg47870 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2005-03-03 09:34
Logged In: YES 
user_id=21627

Please don't send the full files as a patch. Instead, use
"diff" or (better) "cvs diff" to create a patch, see

http://www.python.org/patches/
http://www.python.org/dev/devfaq.html#patches

I notice that your patch contains no changes to
Doc/lib/liburllib.tex; please add them as well.
msg47871 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-03-05 13:38
I'm rejecting this because of lack of response. If you still like to contribute this change, please resubmit it as a new patch, addressing my remarks.
History
Date User Action Args
2022-04-11 14:56:09adminsetgithub: 41637
2005-03-01 13:56:45mullendrcreate