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 d9e91fb..76ae737 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ Core and Builtins
Library
-------
+- Issue #7361: Importlib was not handling bytecode files less than 8 bytes in
+ length properly.
- Issue #7835: shelve should no longer produce mysterious warnings during
interpreter shutdown.