]> granicus.if.org Git - python/commit
Fix Issue #6005: Examples in the socket library documentation use sendall,
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 9 Feb 2012 09:43:31 +0000 (17:43 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 9 Feb 2012 09:43:31 +0000 (17:43 +0800)
commit607e31eddf07865fa6308cb7f5e2f75d290d1bda
treeec2846fa2489b04941e84b77329a63c936c9cd20
parentebf691d64cde6492f075d65e9f87651124aa19f4
Fix Issue #6005: Examples in the socket library documentation use sendall,
where relevant, instead send method. Patch contributed by Brian Brazil.
Doc/howto/sockets.rst
Doc/library/socket.rst
Doc/library/socketserver.rst
Misc/NEWS