summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-04 20:33:22 (GMT)
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-04 20:33:22 (GMT)
commite98205d7984a5b7f884679f7f7a83c3ddd69c167 (patch)
tree2fcfdbbff027bc2b8f4e3de1cb6bb8e59f73b3dd /Misc
parentceb0e1d751c927ec0a835cae12f54b4bd339b14c (diff)
downloadcpython-e98205d7984a5b7f884679f7f7a83c3ddd69c167.zip
cpython-e98205d7984a5b7f884679f7f7a83c3ddd69c167.tar.gz
cpython-e98205d7984a5b7f884679f7f7a83c3ddd69c167.tar.bz2
Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use.
Backport from default.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0565c7e..ef96a39 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -171,6 +171,7 @@ Windows
-------
- Issue #22160: The bundled version of OpenSSL has been updated to 1.0.1i.
+version in use.
What's New in Python 2.7.8?