zach.ware
2014-10-17 16:11:07 UTC
https://hg.python.org/cpython/rev/a0cd9f1f574a
changeset: 93105:a0cd9f1f574a
branch: 2.7
user: Zachary Ware <zachary.ware at gmail.com>
date: Fri Oct 17 11:09:13 2014 -0500
summary:
Fix badly merged NEWS item.
files:
Misc/NEWS | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@
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 @@
-------
- 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?
changeset: 93105:a0cd9f1f574a
branch: 2.7
user: Zachary Ware <zachary.ware at gmail.com>
date: Fri Oct 17 11:09:13 2014 -0500
summary:
Fix badly merged NEWS item.
files:
Misc/NEWS | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@
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 @@
-------
- 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?
--
Repository URL: https://hg.python.org/cpython
Repository URL: https://hg.python.org/cpython