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 georg.brandl, jjlee
Date 2008-03-21.23:23:26
SpamBayes Score 0.25686538
Marked as misclassified No
Message-id <1206141807.24.0.299665473683.issue2452@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for the new timeout support in 2.6 states that "If the
optional timeout parameter is given, connection attempts will timeout
after that many seconds".  In fact, other non-blocking.  The only
operation that might block for longer than the requested timeout is the
getaddrinfo() in socket.create_connection().

There may be similar inaccuracies in the docs of other modules to which
timeout support was added.
History
Date User Action Args
2008-03-21 23:23:27jjleesetspambayes_score: 0.256865 -> 0.25686538
recipients: + jjlee, georg.brandl
2008-03-21 23:23:27jjleesetspambayes_score: 0.256865 -> 0.256865
messageid: <1206141807.24.0.299665473683.issue2452@psf.upfronthosting.co.za>
2008-03-21 23:23:26jjleelinkissue2452 messages
2008-03-21 23:23:26jjleecreate