summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-28 01:09:13 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-03-28 01:09:13 (GMT)
commitef4bb1e994fbb7cab5ae29bb1d6763e0e7306642 (patch)
tree2cf15b4e15a7053009b24a9bbcdba0231725acbd /Misc
parent2a65ecb780e2a5cd47bc4b9af947b1127e972a11 (diff)
parentf6b1d66a3ca060247e03e7b198db8a5a966b836e (diff)
downloadcpython-ef4bb1e994fbb7cab5ae29bb1d6763e0e7306642.zip
cpython-ef4bb1e994fbb7cab5ae29bb1d6763e0e7306642.tar.gz
cpython-ef4bb1e994fbb7cab5ae29bb1d6763e0e7306642.tar.bz2
Issue #23804: Merge SSL zero read fix from 3.5
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 37a4368..3923af1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -239,6 +239,9 @@ Library
- Issue #26644: Raise ValueError rather than SystemError when a negative
length is passed to SSLSocket.recv() or read().
+- Issue #23804: Fix SSL recv(0) and read(0) methods to return zero bytes
+ instead of up to 1024.
+
- Issue #26616: Fixed a bug in datetime.astimezone() method.
- Issue #26637: The :mod:`importlib` module now emits an :exc:`ImportError`