This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bbum
Recipients
Date 2002-12-08.17:07:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=103811

As discussed on python-dev and with Fredrick Lundh, I
created an HTTPTransport class that uses urllib2 to
implement the HTTP transport.   It works around a bug in
urllib2 [handler ordering] and augments the request dispatch
found in the Transport class.

I'm using it in a production context and have tested it
fairly heavily.
History
Date User Action Args
2007-08-23 16:06:03adminlinkissue648658 messages
2007-08-23 16:06:03admincreate