aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS.d/2019-07-26-00-12-29.bpo-37685.TqckMZ.rst
blob: d1179a620c171095b008829278da82b7698a333f (plain)
1
2
3
4
Fixed ``__eq__``, ``__lt__`` etc implementations in some classes. They now
return :data:`NotImplemented` for unsupported type of the other operand.
This allows the other operand to play role (for example the equality
comparison with :data:`~unittest.mock.ANY` will return ``True``).