[issue1103213] Adding the missing socket.recvall() method

Antoine Pitrou report at bugs.python.org
Fri Jan 16 09:39:25 CET 2015


Antoine Pitrou added the comment:

I'm frankly not sure why this is useful. If you want a guaranteed read size you should use the buffered layer - i.e. socket.makefile(). No need to complicate the raw socket implementation.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list