diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-02-09 10:27:48 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-02-09 10:27:48 (GMT) |
commit | f0f9679d5ce6b65f4b41f1c42b24c6ab43923a41 (patch) | |
tree | 57e8b7d5212ffa63601ab8af9a332dbc2f154719 /Misc/NEWS | |
parent | 0bfa963fbb45602923b858d00a44e788a4a42ad5 (diff) | |
parent | 5b14d732d8790a6a19cc8aa410740575ff94c85a (diff) | |
download | cpython-f0f9679d5ce6b65f4b41f1c42b24c6ab43923a41.zip cpython-f0f9679d5ce6b65f4b41f1c42b24c6ab43923a41.tar.gz cpython-f0f9679d5ce6b65f4b41f1c42b24c6ab43923a41.tar.bz2 |
merge from 3.2
Issue #9021 - Introduce copy module better in the docs.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -484,6 +484,8 @@ Library make sure two listeners can't bind to the same socket/pipe (or any existing socket/pipe). +- 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. |