Staging
v0.8.1
https://github.com/python/cpython
Revision cdf6bfe3ec94d37a11ba68265c441339149aa874 authored by Anthony Baxter on 23 December 2001, 01:47:10 UTC, committed by Anthony Baxter on 23 December 2001, 01:47:10 UTC
in the std lib that should be using sendall(), rather than send() - I've
tried to check each of the patches.

Replaces calls to socket.send() (which isn't guaranteed to send all data)
with the new socket.sendall() method.
1 parent e40ae1f
History
Tip revision: cdf6bfe3ec94d37a11ba68265c441339149aa874 authored by Anthony Baxter on 23 December 2001, 01:47:10 UTC
The Grande 'sendall()' patch. I believe that I've picked up everything
Tip revision: cdf6bfe
File Mode Size
.cvsignore -rw-r--r-- 31 bytes
Grammar -rw-r--r-- 4.4 KB

back to top