From: Petri Lehtinen Date: Mon, 24 Oct 2011 18:17:52 +0000 (+0300) Subject: Merge 3.2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24bd5adcffb490a3f7523142cf663a03dfd5f5c5;p=python Merge 3.2 --- 24bd5adcffb490a3f7523142cf663a03dfd5f5c5 diff --cc Misc/NEWS index e6ee12006d,115ff696a6..7f68030b25 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,10 -10,9 +10,13 @@@ 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). + - Issue #1294232: In a few cases involving metaclass inheritance, the interpreter would sometimes invoke the wrong metaclass when building a new class object. These cases now behave correctly. Patch by Daniel Urban.