summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-08-20 19:14:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-08-20 19:14:50 (GMT)
commitdaeb925cc88cc8fed2030166ade641de28edb396 (patch)
tree4e3d4840da5efee54d0a00076dd2eecc3863a9e2 /Misc
parent0088b620c93d8d503d13c22ed44921bfc6083a4e (diff)
downloadcpython-daeb925cc88cc8fed2030166ade641de28edb396.zip
cpython-daeb925cc88cc8fed2030166ade641de28edb396.tar.gz
cpython-daeb925cc88cc8fed2030166ade641de28edb396.tar.bz2
backport many ssl features from Python 3 (closes #21308)
A contribution of Alex Gaynor and David Reid with the generous support of Rackspace. May God have mercy on their souls.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a38a59d..47ea776 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Core and Builtins
Library
-------
+- Issue #21308: Backport numerous features from Python's ssl module. This is
+ part of PEP 466.
+
- Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
- Issue #8797: Raise HTTPError on failed Basic Authentication immediately.