Message11543

Author behackett
Recipients behackett, nickmbailey, ryan.springer, zyasoft
Date 2017-08-25.00:22:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503620538.11.0.188474320121.issue2508@psf.upfronthosting.co.za>
In-reply-to
Content
Since socket.sendall is just aliased to socket.send, this change breaks socket.sendall, which is supposed to block until all data has been sent or an error occurs.

I would imagine this will break a lot of libraries and applications that expect to not have to call socket.sendall repeatedly until all data has been sent.
History
Date User Action Args
2017-08-25 00:22:18behackettsetmessageid: <1503620538.11.0.188474320121.issue2508@psf.upfronthosting.co.za>
2017-08-25 00:22:18behackettsetrecipients: + behackett, zyasoft, nickmbailey, ryan.springer
2017-08-25 00:22:17behackettlinkissue2508 messages
2017-08-25 00:22:16behackettcreate