[issue32373] Add socket.getblocking() method

Antoine Pitrou report at bugs.python.org
Tue Dec 19 11:10:04 EST 2017


Antoine Pitrou <pitrou at free.fr> added the comment:

> Now is having a timeout and blocking send/recv methods on a non-blocking socket a feature? Or is this a bug?

I agree it's a bug (but should only be fixed in 3.7).

Also I agree with adding a socket.getblocking() method.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32373>
_______________________________________


More information about the Python-bugs-list mailing list