diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-28 00:22:09 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-28 00:22:09 (GMT) |
commit | f6b1d66a3ca060247e03e7b198db8a5a966b836e (patch) | |
tree | 09a7423be3c47ec27efb71f5457110a4a3361d1e /Misc/NEWS | |
parent | ce913877e42b7fa03434c2e765ace891e0f5c4dc (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |