summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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
----