This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author irmen
Recipients akuchling, irmen, loewis
Date 2010-04-05.14:45:09
SpamBayes Score 0.00017646613
Marked as misclassified No
Message-id <1270478712.04.0.919863957336.issue1103213@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-04-05 14:45:12irmensetrecipients: + irmen, loewis, akuchling
2010-04-05 14:45:12irmensetmessageid: <1270478712.04.0.919863957336.issue1103213@psf.upfronthosting.co.za>
2010-04-05 14:45:10irmenlinkissue1103213 messages
2010-04-05 14:45:09irmencreate