Issue #14630: Merge fix from 3.2.

This commit is contained in:
Mark Dickinson 2012-04-20 21:44:09 +01:00
commit 9a359bd97f
3 changed files with 18 additions and 3 deletions

View file

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