summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-28 00:22:09 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-03-28 00:22:09 (GMT)
commitf6b1d66a3ca060247e03e7b198db8a5a966b836e (patch)
tree09a7423be3c47ec27efb71f5457110a4a3361d1e /Misc/NEWS
parentce913877e42b7fa03434c2e765ace891e0f5c4dc (diff)
downloadcpython-f6b1d66a3ca060247e03e7b198db8a5a966b836e.zip
cpython-f6b1d66a3ca060247e03e7b198db8a5a966b836e.tar.gz
cpython-f6b1d66a3ca060247e03e7b198db8a5a966b836e.tar.bz2
Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a855451..59c0828 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,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 #21925: :func:`warnings.formatwarning` now catches exceptions on