diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-02-09 10:22:01 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-02-09 10:22:01 (GMT) |
commit | 59e7c8f1779254a6a5974ca329eb6f2438e1f6e1 (patch) | |
tree | ec33ea68ef595c00fc92bd8af705f5bde13974b6 /Misc | |
parent | 607e31eddf07865fa6308cb7f5e2f75d290d1bda (diff) | |
download | cpython-59e7c8f1779254a6a5974ca329eb6f2438e1f6e1.zip cpython-59e7c8f1779254a6a5974ca329eb6f2438e1f6e1.tar.gz cpython-59e7c8f1779254a6a5974ca329eb6f2438e1f6e1.tar.bz2 |
Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ Core and Builtins 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. |