David Beazley added the comment:

This bug is still present in Python 3.5, but it occurs if you attempt to do a 
readline() on a socket that's in non-blocking mode.  In that case, you probably 
DO want to retry at a later time (unlike the timeout case).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7322>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to