summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-07-28 17:51:41 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-07-28 17:51:41 (GMT)
commit79b7ea1629243868b6971953e15dfb499d14c022 (patch)
tree95209f9bc16883eec9e6264b77492994971e4da7
parent7e39572aa875f71d8ad7c5155fff15fe032c2648 (diff)
downloadcpython-79b7ea1629243868b6971953e15dfb499d14c022.zip
cpython-79b7ea1629243868b6971953e15dfb499d14c022.tar.gz
cpython-79b7ea1629243868b6971953e15dfb499d14c022.tar.bz2
Commit unsaved edits.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e44b9a0..382544c 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.