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 orsenthil
Recipients orsenthil
Date 2009-07-19.02:52:18
SpamBayes Score 0.0019314584
Marked as misclassified No
Message-id <1247971941.19.0.568398315734.issue6520@psf.upfronthosting.co.za>
In-reply-to
Content
Just noticed this while fixing another bug issue5102. 
Need to figure out why urllib.urlopen does not have timeout in the first
account and if it was due to some overlook, then:

1) add timeout parameter to urllib.urlopen
2) propage it across redirects.

It may not have high implications in Py2.x, but might lead us to
problems in future in Py3.x where urlopen is a combined function.
History
Date User Action Args
2009-07-19 02:52:21orsenthilsetrecipients: + orsenthil
2009-07-19 02:52:21orsenthilsetmessageid: <1247971941.19.0.568398315734.issue6520@psf.upfronthosting.co.za>
2009-07-19 02:52:18orsenthillinkissue6520 messages
2009-07-19 02:52:18orsenthilcreate