summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-11 00:17:13 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-11 00:17:13 (GMT)
commitbed7f1a51245e9c9ca63eeea779f387bfd5a05af (patch)
tree2cc339e532bc32b21ba1ec507857135c9eda2df3 /Misc
parentc95300aceb6833bd68898cf97127bc18910d5406 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d89264..53dfbac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.