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

SourceForge.net noreply@sourceforge.net
Sat, 24 May 2003 11:47:12 -0700


Patches item #742823, was opened at 2003-05-24 18:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
Priority: 5
Submitted By: Gustavo Niemeyer (niemeyer)
Assigned to: Nobody/Anonymous (nobody)
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.


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

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