]> granicus.if.org Git - python/commitdiff
Add a NEWS entry for r78242.
authorBrett Cannon <bcannon@gmail.com>
Fri, 19 Feb 2010 16:04:36 +0000 (16:04 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 19 Feb 2010 16:04:36 +0000 (16:04 +0000)
Misc/NEWS

index 6d27deed87eda7fe0bf3c1245fdb044414d9d313..7b9c8e505a574fa9711dfe6745465d84129776d9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -242,6 +242,9 @@ C-API
 Library
 -------
 
+- Issue #7361: Importlib was not properly checking the number of bytes in
+  bytecode file when it was less then 8 bytes.
+
 - Issue #7633: In the decimal module, Context class methods (with the
   exception of canonical and is_canonical) now accept instances of int
   and long wherever a Decimal instance is accepted, and implicitly