summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-27 10:40:22 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-03-27 10:40:22 (GMT)
commitafd465d49707618f40d3c64fa499a38f9c9db3d2 (patch)
tree6e6efd88fc22bdb81236f159c95cb7c72c99b1ca /Misc
parent3625af5f2129f8e8735c54bd01d9f138dd5c0e83 (diff)
parent5503d4731e822e90eea387efa37934d2df41c784 (diff)
downloadcpython-afd465d49707618f40d3c64fa499a38f9c9db3d2.zip
cpython-afd465d49707618f40d3c64fa499a38f9c9db3d2.tar.gz
cpython-afd465d49707618f40d3c64fa499a38f9c9db3d2.tar.bz2
Issue #26644: Merge SSL negative 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 83dee73..c70b3e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -232,6 +232,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 #26637: The :mod:`importlib` module now emits an :exc:`ImportError`