summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2012-04-20 20:44:09 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2012-04-20 20:44:09 (GMT)
commit9a359bd97f5fc0ab3ae830ad874eda6e5e76b14c (patch)
tree8bcf005c7f780b3496e5a894c9575cf5a6b59dac /Misc
parente28465482c19ec0bb43c1529c6fb1a823915f2d3 (diff)
parentbcc17eefd2b630aca2fc0f4e27f274a028030542 (diff)
downloadcpython-9a359bd97f5fc0ab3ae830ad874eda6e5e76b14c.zip
cpython-9a359bd97f5fc0ab3ae830ad874eda6e5e76b14c.tar.gz
cpython-9a359bd97f5fc0ab3ae830ad874eda6e5e76b14c.tar.bz2
Issue #14630: Merge fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index abd7c50..08a1dd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Alpha 3?
Core and Builtins
-----------------
+- Issue #14630: Fix a memory access bug for instances of a subclass of int
+ with value 0.
+
- Issue #14339: Speed improvements to bin, oct and hex functions. Patch by
Serhiy Storchaka.