summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-12-16 15:29:12 -0500
committerNed Deily <nad@python.org>2016-12-16 15:29:12 -0500
commit0cc235b9c8a2c540796c5cf4c59ab81ae15c61f1 (patch)
tree9f4d9fa72ffefa08eb210b1af551638d257adec6
parent460416a4b039739d559968f467b7f0142f101368 (diff)
downloadcpython-0cc235b9c8a2c540796c5cf4c59ab81ae15c61f1.tar.gz
Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.
-rw-r--r--Misc/NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dc8acc8b49..26e34865fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,14 +14,18 @@ Core and Builtins
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
-----