summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-05 23:32:49 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-05 23:32:49 (GMT)
commit8dc3e438398046c6bb989e038cd08280aa356982 (patch)
tree84019478ef27a0b2273cbda25d13de72f1dcfee2 /Misc
parent0de3de6cbfe034654dc03f3808de0c25e28a0c38 (diff)
downloadcpython-8dc3e438398046c6bb989e038cd08280aa356982.zip
cpython-8dc3e438398046c6bb989e038cd08280aa356982.tar.gz
cpython-8dc3e438398046c6bb989e038cd08280aa356982.tar.bz2
Issue #28372: Fix asyncio to support formatting of non-python coroutines
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
----