summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a92e6a..9be8c8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,8 @@ Library
- Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
+- Issue #28372: Fix asyncio to support formatting of non-python coroutines.
+
IDLE
----