[Python-checkins] cpython (3.6): Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.

ned.deily python-checkins at python.org
Fri Dec 16 23:01:58 EST 2016


https://hg.python.org/cpython/rev/d0f989319b29
changeset:   105694:d0f989319b29
branch:      3.6
user:        Ned Deily <nad at python.org>
date:        Fri Dec 16 15:29:12 2016 -0500
summary:
  Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.

files:
  Misc/NEWS |  12 ++++++++----
  1 files changed, 8 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,14 +14,18 @@
   must not convert combined table into split table. Patch written by INADA
   Naoki.
 
-- Issue #28990: Fix SSL hanging if connection is closed before handshake
-  completed.
-  (Patch by HoHo-Ho)
+- Issue #28990: Fix asynchio SSL hanging if connection is closed before
+  handshake is completed. (Patch by HoHo-Ho)
+
+Tools/Demos
+-----------
+
+- Issue #28770: Fix python-gdb.py for fastcalls.
 
 Windows
 -------
 
-- Issue #28896: Deprecate WindowsRegistryFinder
+- Issue #28896: Deprecate WindowsRegistryFinder.
 
 Build
 -----

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list