]> granicus.if.org Git - python/commitdiff
Fix badly merged NEWS item.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 17 Oct 2014 16:09:13 +0000 (11:09 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 17 Oct 2014 16:09:13 +0000 (11:09 -0500)
Misc/NEWS

index 4860b24773bf511c0e1d9e16b25efdfa353c1057..bfaffae59f22fbb6520f4343bc9f76a41fd2490b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #20421: Add a .version() method to SSL sockets exposing the actual
+  protocol version in use.
+
 - Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
 
 - Issue #13664: GzipFile now supports non-ascii Unicode filenames.
@@ -283,7 +286,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?