diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2015-03-04 19:51:55 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2015-03-04 19:51:55 (GMT) |
commit | f7f3b0a14a63ca355097fa2ee546d20888e39faa (patch) | |
tree | 08d835131d66ba5667ab146032accdc731db69f6 /Misc/NEWS | |
parent | 7beb4f96dc9ac3facd2a31912730b128426892b5 (diff) | |
download | cpython-f7f3b0a14a63ca355097fa2ee546d20888e39faa.zip cpython-f7f3b0a14a63ca355097fa2ee546d20888e39faa.tar.gz cpython-f7f3b0a14a63ca355097fa2ee546d20888e39faa.tar.bz2 |
Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the + SSL layer but the underlying connection hasn't been closed. + - Issue #23504: Added an __all__ to the types module. - Issue #20204: Added the __module__ attribute to _tkinter classes. |