[issue10473] Strange behavior for socket.timeout

Roy Smith report at bugs.python.org
Sun Nov 21 03:12:35 CET 2010


Roy Smith <roy at panix.com> added the comment:

Thank you for the detailed analysis.  That certainly explains what I observed.

Would it make sense for socket.makefile() to check to see if the socket is in blocking mode (assuming there is some reliable/portable way to perform this check), and raise some exception if it is not?

----------

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


More information about the Python-bugs-list mailing list