[Python-checkins] cpython: Commit unsaved edits.

martin.v.loewis python-checkins at python.org
Sat Jul 28 19:51:52 CEST 2012


http://hg.python.org/cpython/rev/ec7267fa8b84
changeset:   78306:ec7267fa8b84
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sat Jul 28 19:51:41 2012 +0200
summary:
  Commit unsaved edits.

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,8 +10,8 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list