Irmen de Jong <ir...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue1103213>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to