diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-02-09 10:26:59 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-02-09 10:26:59 (GMT) |
commit | 5b14d732d8790a6a19cc8aa410740575ff94c85a (patch) | |
tree | de55011dd1dd14bda5bcabedfde47762af786116 /Misc/NEWS | |
parent | 6e13f130a9bde00db9fc17934987ed36da251aa7 (diff) | |
download | cpython-5b14d732d8790a6a19cc8aa410740575ff94c85a.zip cpython-5b14d732d8790a6a19cc8aa410740575ff94c85a.tar.gz cpython-5b14d732d8790a6a19cc8aa410740575ff94c85a.tar.bz2 |
Issue #9021 - Introduce copy module better. Doc changes suggested by Terry
Reedy.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -113,6 +113,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. |