diff options
author | Petri Lehtinen <petri@digip.org> | 2011-10-24 18:17:52 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-10-24 18:17:52 (GMT) |
commit | 24bd5adcffb490a3f7523142cf663a03dfd5f5c5 (patch) | |
tree | f6b89fd18bd520850ca881d837642e9ecd9c1d6a /Misc | |
parent | 36645681c8ad9a30d142f1dabb44d1d6c3ed5fab (diff) | |
parent | a94200e6ce17d794c121cbeff7d9b61b206a2429 (diff) | |
download | cpython-24bd5adcffb490a3f7523142cf663a03dfd5f5c5.zip cpython-24bd5adcffb490a3f7523142cf663a03dfd5f5c5.tar.gz cpython-24bd5adcffb490a3f7523142cf663a03dfd5f5c5.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- Issue #13018: Fix reference leaks in error paths in dictobject.c. + Patch by Suman Saha. + - Issue #13201: Define '==' and '!=' to compare range objects based on the sequence of values they define (instead of comparing based on object identity). |