summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-06-11 11:19:47 -0400
committerYury Selivanov <yury@magic.io>2016-06-11 11:19:47 -0400
commitbed123f2dca32db59eb448c453c4c002f1cce77b (patch)
tree17a0002bb924904b6287afb025bdbb827e554c9b /Misc
parent4e490ba8af122e2d6f27e2c5c6bd1c1a4b489f2c (diff)
downloadcpython-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/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10d7caee4b..c40fc4b25c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.