diff options
author | Ned Deily <nad@python.org> | 2016-12-16 20:29:12 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-12-16 20:29:12 (GMT) |
commit | f6105a55cf148281105c5e5116560976a2e33677 (patch) | |
tree | db233594d73385eee0891d9fb2c44f7b9dad1030 | |
parent | 7ae5c9691b6bdc3516063667345563a010758ce3 (diff) | |
download | cpython-f6105a55cf148281105c5e5116560976a2e33677.zip cpython-f6105a55cf148281105c5e5116560976a2e33677.tar.gz cpython-f6105a55cf148281105c5e5116560976a2e33677.tar.bz2 |
Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks.
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 ----- |