summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-04-20 21:19:14 (GMT)
committerBrett Cannon <brett@python.org>2012-04-20 21:19:14 (GMT)
commit5d5296d36e7be54141f06e79c4ab90a1ccde8544 (patch)
tree7f5abc5709cab118d6a450a378b51afa927bd195 /Misc/NEWS
parentbbdc9cd3d2cbdc2cc64d2945da175bdc18a93ce3 (diff)
parent9a359bd97f5fc0ab3ae830ad874eda6e5e76b14c (diff)
downloadcpython-5d5296d36e7be54141f06e79c4ab90a1ccde8544.zip
cpython-5d5296d36e7be54141f06e79c4ab90a1ccde8544.tar.gz
cpython-5d5296d36e7be54141f06e79c4ab90a1ccde8544.tar.bz2
Merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d3410f..08a1dd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,12 @@ 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.
+
- Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Patch by Stefan Behnel.