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 gthaler
Recipients gthaler
Date 2009-10-13.14:19:46
SpamBayes Score 0.008974944
Marked as misclassified No
Message-id <1255443588.46.0.439555512733.issue7118@psf.upfronthosting.co.za>
In-reply-to
Content
When a HTTP request done with urllib2.urlopen() gets redirected, the 
second request will ignore the given timeout value and may hang 
indefinitely.
History
Date User Action Args
2009-10-13 14:19:48gthalersetrecipients: + gthaler
2009-10-13 14:19:48gthalersetmessageid: <1255443588.46.0.439555512733.issue7118@psf.upfronthosting.co.za>
2009-10-13 14:19:46gthalerlinkissue7118 messages
2009-10-13 14:19:46gthalercreate