]> granicus.if.org Git - python/commit
Add sendall() method, which loops until all data is written or an
authorGuido van Rossum <guido@python.org>
Fri, 26 Oct 2001 03:25:00 +0000 (03:25 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 26 Oct 2001 03:25:00 +0000 (03:25 +0000)
commit9f7a539afe2b8af80e603aceadf9bb992caaf047
tree40bdc442686f6f71924efe5abade838c1d4bb21e
parentaf07b2c34fe4166fdb13b9b08e53148034c1318f
Add sendall() method, which loops until all data is written or an
error occurs, and doesn't return a count.  (This is my second patch
from SF patch #474307, with small change to the docstring for send().)

2.1.2 "bugfix" candidate.
Modules/socketmodule.c