From: Martin v. Löwis Date: Sat, 28 Jul 2012 17:51:41 +0000 (+0200) Subject: Commit unsaved edits. X-Git-Tag: v3.3.0b2~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79b7ea1629243868b6971953e15dfb499d14c022;p=thirdparty%2FPython%2Fcpython.git Commit unsaved edits. --- diff --git a/Misc/NEWS b/Misc/NEWS index e44b9a095842..382544c3a1de 100644 --- 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.