summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-09-15 20:52:41 (GMT)
committerYury Selivanov <yury@magic.io>2016-09-15 20:52:41 (GMT)
commitb76968be0dd064fd77253f8f71d2cdafcb2dbeb0 (patch)
tree30b07f8e61bb935f6cbe3f9c3e3b287865f72c61 /Misc
parent62b81c33d146d4f5b36589a93736b57d604cf260 (diff)
parent4c5bf3bc527b67dd2a6f03c772287842124d607b (diff)
downloadcpython-b76968be0dd064fd77253f8f71d2cdafcb2dbeb0.zip
cpython-b76968be0dd064fd77253f8f71d2cdafcb2dbeb0.tar.gz
cpython-b76968be0dd064fd77253f8f71d2cdafcb2dbeb0.tar.bz2
Merge 3.5 (asyncio, issue #26909)
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 dc3aa10..165d9b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -427,6 +427,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
----