[Patches] [ python-Patches-1154227 ] Fix for win32 proxy bypass support (no_proxy) in urllib(2)

SourceForge.net noreply at sourceforge.net
Mon Mar 5 14:38:25 CET 2007


Patches item #1154227, was opened at 2005-03-01 14:56
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1154227&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.4
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: mullendr (mullendr)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix for win32 proxy bypass support (no_proxy) in urllib(2)

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2007-03-05 14:38

Message:
Logged In: YES 
user_id=21627
Originator: NO

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.

----------------------------------------------------------------------

Comment By: Martin v. Löwis (loewis)
Date: 2005-03-03 10:34

Message:
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.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1154227&group_id=5470


More information about the Patches mailing list