diff options
author | Yury Selivanov <yury@magic.io> | 2016-12-16 16:51:57 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-12-16 16:51:57 (GMT) |
commit | 7ae5c9691b6bdc3516063667345563a010758ce3 (patch) | |
tree | 252c9a082aa02be8ca833c2fc4e0a4352df7f7f8 /Misc | |
parent | c8af302c3af0abb5bfd65ece24de36154937c642 (diff) | |
download | cpython-7ae5c9691b6bdc3516063667345563a010758ce3.zip cpython-7ae5c9691b6bdc3516063667345563a010758ce3.tar.gz cpython-7ae5c9691b6bdc3516063667345563a010758ce3.tar.bz2 |
Merge 3.5 (issue #28990)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ------- |