commit | 607e31eddf07865fa6308cb7f5e2f75d290d1bda | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Feb 09 17:43:31 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Feb 09 17:43:31 2012 +0800 |
tree | ec2846fa2489b04941e84b77329a63c936c9cd20 | |
parent | ebf691d64cde6492f075d65e9f87651124aa19f4 [diff] |
Fix Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method. Patch contributed by Brian Brazil.
diff --git a/Misc/NEWS b/Misc/NEWS index 64c2a8a..fec58ea 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Library ------- +- Issue #6005: Examples in the socket library documentation use sendall, where + relevant, instead send method. + - Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.