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
commit8f1dc47b903edd56667a1ab2bbdf8efbe8ec0925 (patch)
treef72cdd78c2a219a4193222da10e33139b36f8c73 /Misc/HISTORY
parent1799e43b0be3e0b7aaa7346b72a1504d52739838 (diff)
parent83456b801eb0547d5ae4bafed2e5e367715ab777 (diff)
downloadcpython-8f1dc47b903edd56667a1ab2bbdf8efbe8ec0925.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.