summaryrefslogtreecommitdiff
path: root/Misc/HISTORY
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-06 23:21:01 -0400
committerR David Murray <rdmurray@bitdance.com>2012-10-06 23:21:01 -0400
commit96e936712f2d926fb566c8680958a07fc6b84c71 (patch)
tree4ded00b8774e2979c8250e5c651f2474f81d998e /Misc/HISTORY
parentfb4dc080eb52e28f0b1cb5fbd95292108e71d8c6 (diff)
parentf4c2757d784907165e37446276138eaef5bd69ee (diff)
downloadcpython-git-96e936712f2d926fb566c8680958a07fc6b84c71.tar.gz
Merge: More whatsnew updates, move some doc NEWS items into the doc section.
Diffstat (limited to 'Misc/HISTORY')
-rw-r--r--Misc/HISTORY14
1 files changed, 7 insertions, 7 deletions
diff --git a/Misc/HISTORY b/Misc/HISTORY
index bebc233128..87141cb43d 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.