Guido van Rossum <guido at ...> writes: > > On Tue, Mar 15, 2011 at 11:03 AM, Facundo Batista > <facundobatista at ...> wrote: > > Two very related proposals: > > > > 1. On "!=", if Python doesn't find __ne__, use "not __eq__()". Isn't this implemented in Python 3?