commit | 152efa2ae2532d29b03d449f245b2bd6895d3fcb | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun May 16 18:19:27 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun May 16 18:19:27 2010 +0000 |
tree | 3b24bb8216fdfd546b064da73223ef334a574de6 | |
parent | 8eac60d9af6eea5f53a589eddc5f7efbf86385ba [diff] [blame] |
Issue #8550: Add first class `SSLContext` objects to the ssl module.
diff --git a/Misc/NEWS b/Misc/NEWS index 386e9e0..31adc03 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -363,6 +363,8 @@ Library ------- +- Issue #8550: Add first class ``SSLContext`` objects to the ssl module. + - Issue #8681: Make the zlib module's error messages more informative when the zlib itself doesn't give any detailed explanation.