Commit unsaved edits.

This commit is contained in:
Martin v. Löwis 2012-07-28 19:51:41 +02:00
parent 7e39572aa8
commit 79b7ea1629

View file

@ -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.