]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 16 Feb 2002 23:08:25 +0000 (23:08 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 16 Feb 2002 23:08:25 +0000 (23:08 +0000)
commitf0c3827c501785c3bf4b819ee19b6c4542daab1e
treeb90e6fc7bcc432088ce0d82c5c3952dba01dd99f
parent3b841e9b4bf38da0ddd6a23800e7fb1265ff5a0c
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