]> granicus.if.org Git - python/commit
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 16 Feb 2002 23:06:19 +0000 (23:06 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 16 Feb 2002 23:06:19 +0000 (23:06 +0000)
commite12454f44afbb7d48aecb9d479fcb2fb4799499f
tree5f67ec0019bed3aa130e25882158e6579ce5da49
parent976ade691ceef24b167c7617b50c0bd9b176e594
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.
Lib/ftplib.py
Lib/gopherlib.py
Lib/httplib.py
Lib/imaplib.py
Lib/nntplib.py
Lib/poplib.py
Lib/smtplib.py
Lib/socket.py
Lib/telnetlib.py