[issue5293] socket timeouts even in blocking mode

Martin v. Löwis report at bugs.python.org
Tue Feb 17 23:03:27 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

10060 is a winsock error, and there are many, MANY more of them. Read
the winsock documentation for details. It's both impossible and
pointless to document them, since some never occur, others aren't
documented by Microsoft well enough in the first place. Many aspects of
the Microsoft TCP stack are also fairly obscure, and can also change
across Windows releases.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5293>
_______________________________________


More information about the Python-bugs-list mailing list