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 loewis
Recipients gregory.p.smith, loewis, techtonik
Date 2009-02-17.20:51:36
SpamBayes Score 7.9471505e-07
Marked as misclassified No
Message-id <499B2357.5020406@v.loewis.de>
In-reply-to <1234898066.05.0.935286071914.issue5293@psf.upfronthosting.co.za>
Content
> Because documentation doesn't say that Python should timeout after 20
> seconds after entering blocking mode if socket to remote host can not be
> opened.

That's not true: The documentation says "In blocking mode, operations
block until complete." It takes 20 seconds for the connect attempt
to complete (with error 10060), therefore, you block 20s.
History
Date User Action Args
2009-02-17 20:51:39loewissetrecipients: + loewis, gregory.p.smith, techtonik
2009-02-17 20:51:37loewislinkissue5293 messages
2009-02-17 20:51:37loewiscreate