Issue 1154227: Fix for win32 proxy bypass support (no_proxy) in urllib(2) (original ) (raw ) Issue1154227
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) *
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) *
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:09
admin
set
github: 41637
2005-03-01 13:56:45
mullendr
create