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 2791cbe..164edc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -393,6 +393,8 @@ Extension Modules
Library
-------
+- The compiler package now supports future imports after the module docstring.
+
- Bug #1413790: zipfile now sanitizes absolute archive names that are
not allowed by the specs.