◐ Shell
clean mode source ↗

Message 192842 - Python tracker

> Since this is such an incredibly niche edge case 
> (the ordered comparison has to return NotImplemented
> while __eq__ returns True), 

*and* the types are explicitly supposed to ordered, 
based on what is being tested

> I remaining consistent with the existing behaviour 
> is the most important consideration.

Agreed, once I consider that additional caveat.