Files
cpython/Lib/gopherlib.py
Martin v. Löwis f0c3827c50 The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
Replaces calls to socket.send() (which isn't guaranteed to send all data)
with the new socket.sendall() method.
2002-02-16 23:08:25 +00:00

5.4 KiB