summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 75c1161..63299e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -979,6 +979,8 @@ Library
- Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
Patch by Jack O'Connor.
+- Issue #27040: Add loop.get_exception_handler method
+
IDLE
----