diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-28 01:09:13 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-28 01:09:13 (GMT) |
commit | ef4bb1e994fbb7cab5ae29bb1d6763e0e7306642 (patch) | |
tree | 2cf15b4e15a7053009b24a9bbcdba0231725acbd /Misc | |
parent | 2a65ecb780e2a5cd47bc4b9af947b1127e972a11 (diff) | |
parent | f6b1d66a3ca060247e03e7b198db8a5a966b836e (diff) | |
download | cpython-ef4bb1e994fbb7cab5ae29bb1d6763e0e7306642.zip cpython-ef4bb1e994fbb7cab5ae29bb1d6763e0e7306642.tar.gz cpython-ef4bb1e994fbb7cab5ae29bb1d6763e0e7306642.tar.bz2 |
Issue #23804: Merge SSL zero read fix from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -239,6 +239,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 #26637: The :mod:`importlib` module now emits an :exc:`ImportError` |