Changes between Version 1 and Version 2 of Ticket #24931, comment 14
- Timestamp:
- 03/13/18 12:40:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24931, comment 14
v1 v2 7 7 I think that clarifies things for me then. We should probably change `IntegerRing_class.__richcmp__` to be more consistent, but this is fine as is. 8 8 9 Every time I think I understand Python's rich comparison it turns out I've forgotten half of what I'd learned.