diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-08-20 19:14:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-08-20 19:14:50 (GMT) |
commit | daeb925cc88cc8fed2030166ade641de28edb396 (patch) | |
tree | 4e3d4840da5efee54d0a00076dd2eecc3863a9e2 /Misc | |
parent | 0088b620c93d8d503d13c22ed44921bfc6083a4e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |