diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-10-07 03:21:01 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-10-07 03:21:01 (GMT) |
commit | 96e936712f2d926fb566c8680958a07fc6b84c71 (patch) | |
tree | 4ded00b8774e2979c8250e5c651f2474f81d998e /Misc | |
parent | fb4dc080eb52e28f0b1cb5fbd95292108e71d8c6 (diff) | |
parent | f4c2757d784907165e37446276138eaef5bd69ee (diff) | |
download | cpython-96e936712f2d926fb566c8680958a07fc6b84c71.zip cpython-96e936712f2d926fb566c8680958a07fc6b84c71.tar.gz cpython-96e936712f2d926fb566c8680958a07fc6b84c71.tar.bz2 |
Merge: More whatsnew updates, move some doc NEWS items into the doc section.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/HISTORY | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY index bebc233..87141cb 100644 --- a/Misc/HISTORY +++ b/Misc/HISTORY @@ -2360,11 +2360,6 @@ 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. - - Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. @@ -2473,8 +2468,6 @@ Library - Add a flags parameter to select.epoll. -- Issue #12798: Updated the mimetypes documentation. - - Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option. @@ -4093,6 +4086,13 @@ Documentation - Issue #13883: PYTHONCASEOK also works on OS X. +- 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. + +- Issue #12798: Updated the mimetypes documentation. + - Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. |