]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
merged from 3.2
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 9 Feb 2012 09:55:56 +0000 (17:55 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 9 Feb 2012 09:55:56 +0000 (17:55 +0800)
commit0bfa963fbb45602923b858d00a44e788a4a42ad5
tree9006f66fbabc3c4834e99df8098bf448520978e0
parent4a2e1a0da7f1f16ee6a9ce75fdd60b4d30cb37d1
parent6e13f130a9bde00db9fc17934987ed36da251aa7
merged from 3.2

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