summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-15 20:51:48 (GMT)
committerYury Selivanov <yury@magic.io>2016-09-15 20:51:48 (GMT)
commit4c5bf3bc527b67dd2a6f03c772287842124d607b (patch)
tree598a0e23775699fbade70ff6ca8a3f6071aebc6d /Misc
parent45dccdad93fbfa5c2b90a697b47d5286115827aa (diff)
downloadcpython-4c5bf3bc527b67dd2a6f03c772287842124d607b.zip
cpython-4c5bf3bc527b67dd2a6f03c772287842124d607b.tar.gz
cpython-4c5bf3bc527b67dd2a6f03c772287842124d607b.tar.bz2
Issue #26909: Fix slow pipes IO in asyncio.
Patch by INADA Naoki.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ebd1144..be95974 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -272,6 +272,9 @@ Library
- Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
Patch by iceboy.
+- Issue #26909: Fix slow pipes IO in asyncio.
+ Patch by INADA Naoki.
+
IDLE
----