diff options
author | Yury Selivanov <yury@magic.io> | 2016-06-11 11:19:47 -0400 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-06-11 11:19:47 -0400 |
commit | bed123f2dca32db59eb448c453c4c002f1cce77b (patch) | |
tree | 17a0002bb924904b6287afb025bdbb827e554c9b /Misc | |
parent | 4e490ba8af122e2d6f27e2c5c6bd1c1a4b489f2c (diff) | |
download | cpython-bed123f2dca32db59eb448c453c4c002f1cce77b.tar.gz |
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Patch by ?ukasz Langa.
Diffstat (limited to 'Misc')
-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. |