]> 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:54:17 +0000 (17:54 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 9 Feb 2012 09:54:17 +0000 (17:54 +0800)
commit6e13f130a9bde00db9fc17934987ed36da251aa7
tree2b1be197ce7c94598ad2c9f52286a293b7219bcd
parentb2c9e9ad91542e28a77efabe6b16a7021ccc34d3
Fix Issue #6005: Examples in the socket library documentation use sendall,
where relevant, instead send method.
Doc/howto/sockets.rst
Doc/library/socket.rst
Doc/library/socketserver.rst
Misc/NEWS