summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-12-16 16:51:57 (GMT)
committerYury Selivanov <yury@magic.io>2016-12-16 16:51:57 (GMT)
commit7ae5c9691b6bdc3516063667345563a010758ce3 (patch)
tree252c9a082aa02be8ca833c2fc4e0a4352df7f7f8 /Misc
parentc8af302c3af0abb5bfd65ece24de36154937c642 (diff)
downloadcpython-7ae5c9691b6bdc3516063667345563a010758ce3.zip
cpython-7ae5c9691b6bdc3516063667345563a010758ce3.tar.gz
cpython-7ae5c9691b6bdc3516063667345563a010758ce3.tar.bz2
Merge 3.5 (issue #28990)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5cf929f..dc8acc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,10 @@ 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)
+
Windows
-------