diff options
author | Brett Cannon <brett@python.org> | 2012-04-20 21:19:14 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-04-20 21:19:14 (GMT) |
commit | 5d5296d36e7be54141f06e79c4ab90a1ccde8544 (patch) | |
tree | 7f5abc5709cab118d6a450a378b51afa927bd195 /Misc/NEWS | |
parent | bbdc9cd3d2cbdc2cc64d2945da175bdc18a93ce3 (diff) | |
parent | 9a359bd97f5fc0ab3ae830ad874eda6e5e76b14c (diff) | |
download | cpython-5d5296d36e7be54141f06e79c4ab90a1ccde8544.zip cpython-5d5296d36e7be54141f06e79c4ab90a1ccde8544.tar.gz cpython-5d5296d36e7be54141f06e79c4ab90a1ccde8544.tar.bz2 |
Merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |