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 | 11c135136d1fd5a14afdfeabf9d8fcd386a1c105 (patch) | |
tree | 104f1abb9efea06a5a11ef45f3f40c8e69fc9c90 /Misc | |
parent | cb5fe9c22c6b19acf1216a93856b7bdc2bb06677 (diff) | |
parent | b1461aa78139cd849b507049a77ad2635b78f8a3 (diff) | |
download | cpython-11c135136d1fd5a14afdfeabf9d8fcd386a1c105.zip cpython-11c135136d1fd5a14afdfeabf9d8fcd386a1c105.tar.gz cpython-11c135136d1fd5a14afdfeabf9d8fcd386a1c105.tar.bz2 |
Merge 3.5 (issue #28990)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ Library now when the grp module cannot be imported, as for example on Android platforms. +- Issue #28990: Fix SSL hanging if connection is closed before handshake + completed. + (Patch by HoHo-Ho) + Windows ------- |