bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
They now return NotImplemented for unsupported type of the other operand.
Showing
Please register or sign in to comment
They now return NotImplemented for unsupported type of the other operand.