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 5ba249b..8dfee3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -984,6 +984,8 @@ Library
- Issue #27040: Add loop.get_exception_handler method
+- Issue #27041: asyncio: Add loop.create_future method
+
IDLE
----