]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Commit unsaved edits.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 28 Jul 2012 17:51:41 +0000 (19:51 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 28 Jul 2012 17:51:41 +0000 (19:51 +0200)
Misc/NEWS

index e44b9a09584255aad8a8156c767d5a445ce4fef8..382544c3a1deaa19a3f62de4829c686f7e30b079 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,8 +10,8 @@ What's New in Python 3.3.0 Beta 2?
 Core and Builtins
 -----------------
 
-- Issue #15466: Stop using TYPE_INT64 in marshal, to make bytecode
-  files 
+- Issue #15466: Stop using TYPE_INT64 in marshal, to make importlib.h
+  (and other byte code files) equal between 32-bit and 64-bit systems.
 
 - Issue #1692335: Move initial args assignment to
   BaseException.__new__ to help pickling of naive subclasses.