diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-27 10:40:22 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-27 10:40:22 (GMT) |
commit | afd465d49707618f40d3c64fa499a38f9c9db3d2 (patch) | |
tree | 6e6efd88fc22bdb81236f159c95cb7c72c99b1ca /Misc | |
parent | 3625af5f2129f8e8735c54bd01d9f138dd5c0e83 (diff) | |
parent | 5503d4731e822e90eea387efa37934d2df41c784 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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` |