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 jjlee
Recipients jjlee
Date 2008-03-21.22:58:07
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1206140289.07.0.166217155748.issue2450@psf.upfronthosting.co.za>
In-reply-to
Content
r55792 added timeout support to urllib2.  A timeout parameter was added
to urllib2.OpenerDirector.open(), but there is no corresponding Request
constructor parameter.  timeout is unique in that respect.  Instead,
OpenerDirector.open() sets req.timeout on request instances.  The
parameter "timeout" should behave in the same way as existing parameter
"data".
History
Date User Action Args
2008-07-26 13:49:48georg.brandlsetspambayes_score: 0.80677 -> 0.0
2008-03-21 22:58:09jjleesetspambayes_score: 0.80677 -> 0.80677
recipients: + jjlee
2008-03-21 22:58:09jjleesetspambayes_score: 0.80677 -> 0.80677
messageid: <1206140289.07.0.166217155748.issue2450@psf.upfronthosting.co.za>
2008-03-21 22:58:08jjleelinkissue2450 messages
2008-03-21 22:58:07jjleecreate