summaryrefslogtreecommitdiff
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 968ba012f5..3e48036d38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -133,6 +133,8 @@ Core and Builtins
Library
-------
+- Issue #15627: Add the importlib.abc.SourceLoader.compile_source() method.
+
- Issue #16408: Fix file descriptors not being closed in error conditions
in the zipfile module. Patch by Serhiy Storchaka.