From 47ff6fa6008a565f980079aab44b24da9982b9c2 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Fri, 17 Oct 2014 11:09:13 -0500 Subject: [PATCH] Fix badly merged NEWS item. --- Misc/NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 4860b24773..bfaffae59f 100644 --- 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? -- 2.50.1