commit | 662db125cddbca1db68116c547c290eb3943d98e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Aug 08 08:42:54 2019 +0300 |
committer | GitHub <noreply@github.com> | Thu Aug 08 08:42:54 2019 +0300 |
tree | 06151487dbe4493ef173dd8cc378f4b6cf5c0e4a | |
parent | 4c69be22df3852f17873a74d015528d9a8ae92d6 [diff] |
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) They now return NotImplemented for unsupported type of the other operand.