From: Serhiy Storchaka Date: Mon, 26 Jan 2015 08:04:15 +0000 (+0200) Subject: Issue #21408: The default __ne__() now returns NotImplemented if __eq__() X-Git-Tag: v3.5.0a1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34af5023fc1e74c2d6a7537a11148885c84d9cb4;p=python Issue #21408: The default __ne__() now returns NotImplemented if __eq__() returned NotImplemented. Removed incorrect implementations of __ne__(). --- 34af5023fc1e74c2d6a7537a11148885c84d9cb4