summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-27 05:35:19 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-03-27 05:35:19 (GMT)
commit5503d4731e822e90eea387efa37934d2df41c784 (patch)
treede55bcb02b77072ad1e4c8c78029d177652f8485 /Misc/NEWS
parent13f0c6166ff41c0971755dcb0ab7f8205f0b32a1 (diff)
downloadcpython-5503d4731e822e90eea387efa37934d2df41c784.zip
cpython-5503d4731e822e90eea387efa37934d2df41c784.tar.gz
cpython-5503d4731e822e90eea387efa37934d2df41c784.tar.bz2
Issue #26644: Raise ValueError for negative SSLSocket.recv() and read()
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 1127e37..acbaaf7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,6 +94,9 @@ Core and Builtins
Library
-------
+- Issue #26644: Raise ValueError rather than SystemError when a negative
+ length is passed to SSLSocket.recv() or read().
+
- Issue #26616: Fixed a bug in datetime.astimezone() method.
- Issue #21925: :func:`warnings.formatwarning` now catches exceptions on