summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-12-16 16:50:41 (GMT)
committerYury Selivanov <yury@magic.io>2016-12-16 16:50:41 (GMT)
commitb1461aa78139cd849b507049a77ad2635b78f8a3 (patch)
tree3df2ab9296d73e0e225f663c381cc29ae188a04b /Misc
parent610f5d739dd22bce352bde59dce3985c73aaefab (diff)
downloadcpython-b1461aa78139cd849b507049a77ad2635b78f8a3.zip
cpython-b1461aa78139cd849b507049a77ad2635b78f8a3.tar.gz
cpython-b1461aa78139cd849b507049a77ad2635b78f8a3.tar.bz2
Issue #28990: Fix SSL hanging if connection is closed before handshake completed.
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 f16d207..806a603 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -485,6 +485,10 @@ Library
- Issue #24142: Reading a corrupt config file left the parser in an
invalid state. Original patch by Florian Höch.
+- Issue #28990: Fix SSL hanging if connection is closed before handshake
+ completed.
+ (Patch by HoHo-Ho)
+
IDLE
----