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 5c936bd..3e2b34f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -443,6 +443,9 @@ Library
- Issue #28600: Optimize loop.call_soon().
+- Issue #28613: Fix get_event_loop() return the current loop if
+ called from coroutines/callbacks.
+
IDLE
----