commit | 59e7c8f1779254a6a5974ca329eb6f2438e1f6e1 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Thu Feb 09 18:22:01 2012 +0800 |
committer | Senthil Kumaran <senthil@uthcode.com> | Thu Feb 09 18:22:01 2012 +0800 |
tree | ec33ea68ef595c00fc92bd8af705f5bde13974b6 | |
parent | 607e31eddf07865fa6308cb7f5e2f75d290d1bda [diff] [blame] |
Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy.
diff --git a/Misc/NEWS b/Misc/NEWS index fec58ea..e912b49 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,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.