diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 00:17:13 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-11 00:17:13 (GMT) |
commit | bed7f1a51245e9c9ca63eeea779f387bfd5a05af (patch) | |
tree | 2cc339e532bc32b21ba1ec507857135c9eda2df3 /Misc | |
parent | c95300aceb6833bd68898cf97127bc18910d5406 (diff) | |
download | cpython-bed7f1a51245e9c9ca63eeea779f387bfd5a05af.zip cpython-bed7f1a51245e9c9ca63eeea779f387bfd5a05af.tar.gz cpython-bed7f1a51245e9c9ca63eeea779f387bfd5a05af.tar.bz2 |
Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Core and Builtins Library ------- +- Issue #23804: Fix SSL zero-length recv() calls to not block and not raise + an error about unclean EOF. + - Issue #27466: Change time format returned by http.cookie.time2netscape, confirming the netscape cookie format and making it consistent with documentation. |