Ralf Schmitt <[EMAIL PROTECTED]> added the comment:

I still think that blocking mode should be turned on in socket.accept.
settimeout implicitly sets non-blocking mode (which might be a bit
surprising).
The sockets returned from accept() being in non-blocking mode is
surprising (as this bug shows).

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1503>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to