blob: ad52cf2a06cca19a726bd5a0cb6b7e6124d69a78 [file] [log] [blame]
Return :exc:`NotImplemented` in Python implementation of ``__eq__`` for
:class:`~datetime.timedelta` and :class:`~datetime.time` when the other
object being compared is not of the same type to match C implementation.
Patch by Karthikeyan Singaravelan.