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

SourceForge.net noreply at sourceforge.net
Thu Mar 3 10:34:21 CET 2005


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

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
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: 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