commit | 5b14d732d8790a6a19cc8aa410740575ff94c85a | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Feb 09 18:26:59 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Feb 09 18:26:59 2012 +0800 |
tree | de55011dd1dd14bda5bcabedfde47762af786116 | |
parent | 6e13f130a9bde00db9fc17934987ed36da251aa7 [diff] [blame] |
Issue #9021 - Introduce copy module better. Doc changes suggested by Terry Reedy.
diff --git a/Misc/NEWS b/Misc/NEWS index 242c08c..487b46f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -113,6 +113,8 @@ Library ------- +- Issue #9021: Add an introduction to the copy module documentation. + - Issue #6005: Examples in the socket library documentation use sendall, where relevant, instead send method.