From: Benjamin Peterson Date: Mon, 2 Feb 2015 02:36:01 +0000 (-0500) Subject: merge 3.4 (#23364, #23363) X-Git-Tag: v3.5.0a1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a;p=python merge 3.4 (#23364, #23363) --- 5d0bb852a25d010cc1aacf661d26a6bae1c8bf1a diff --cc Misc/NEWS index 26db7202c0,d0ee519013..83eadec2c9 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -226,9 -50,10 +226,13 @@@ Core and Builtin Library ------- +- Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ + implementation in issue #21408 they are redundant. + + - Issue #23363: Fix possible overflow in itertools.permutations. + + - Issue #23364: Fix possible overflow in itertools.product. + - Issue #23366: Fixed possible integer overflow in itertools.combinations. - Issue #23366: Fixed possible integer overflow in itertools.combinations.