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

Irmen de Jong report at bugs.python.org
Mon Apr 5 16:45:12 CEST 2010


Irmen de Jong <irmen at razorvine.net> added the comment:

Ok I think I've got the code and doc changes ready. I added a recvall and a recvall_into method to the socket module. Any partially received data in case of errors is returned to the application as part of the args for a new exception, socket.partialdataerror.

Still need to work on some unit tests for these new methods.

----------

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


More information about the Python-bugs-list mailing list