summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-06-11 15:19:47 (GMT)
committerYury Selivanov <yury@magic.io>2016-06-11 15:19:47 (GMT)
commitca2e0a48cf0dd663ba7457dc6bce60988cdfd56c (patch)
treed3c4e2a92bbfb1b9c0ca2409464a3fadf067ae02 /Misc/NEWS
parent8ace13be39d4ac712d79cede4f3a66fab00c90f6 (diff)
downloadcpython-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/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10d7cae..c40fc4b 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.