Martin v. Löwis <mar...@v.loewis.de> added the comment: > 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. _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5293> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com