diff options
author | Yury Selivanov <yury@magic.io> | 2016-06-11 15:19:47 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-06-11 15:19:47 (GMT) |
commit | ca2e0a48cf0dd663ba7457dc6bce60988cdfd56c (patch) | |
tree | d3c4e2a92bbfb1b9c0ca2409464a3fadf067ae02 /Misc/NEWS | |
parent | 8ace13be39d4ac712d79cede4f3a66fab00c90f6 (diff) | |
download | cpython-ca2e0a48cf0dd663ba7457dc6bce60988cdfd56c.zip cpython-ca2e0a48cf0dd663ba7457dc6bce60988cdfd56c.tar.gz cpython-ca2e0a48cf0dd663ba7457dc6bce60988cdfd56c.tar.bz2 |
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Patch by Łukasz Langa.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -520,6 +520,10 @@ Library - Issue #27041: asyncio: Add loop.create_future method +- Issue #27223: asyncio: Fix _read_ready and _write_ready to respect + _conn_lost. + Patch by Łukasz Langa. + IDLE ---- @@ -709,7 +713,7 @@ Tools/Demos Misc ---- -- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove +- Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove unused and outdated icons. |