[Patches] [ python-Patches-742823 ] Ordering of handlers in urllib2

SourceForge.net noreply@sourceforge.net
Sat, 07 Jun 2003 10:55:05 -0700


Patches item #742823, was opened at 2003-05-24 18:47
Message generated for change (Settings changed) made by niemeyer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=742823&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Gustavo Niemeyer (niemeyer)
>Assigned to: Gustavo Niemeyer (niemeyer)
Summary: Ordering of handlers in urllib2

Initial Comment:
With this patch urllib2.py will know how to order proxy
classes, so the user doesn't have to insert it in front
of other classes, nor do dirty tricks like inserting a
"dummy" HTTPHandler after a ProxyHandler when building
an opener with proxy support. It is also interesting
enough to let the users easily create their own
specially ordered handlers.


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

>Comment By: Gustavo Niemeyer (niemeyer)
Date: 2003-06-07 17:55

Message:
Logged In: YES 
user_id=7887

Applied as:

Doc/lib/liburllib2.tex: 1.10
Lib/urllib2.py: 1.48
Misc/NEWS: 1.775


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

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