Changes between Initial Version and Version 1 of Ticket #19108, comment 10
- Timestamp:
- 07/29/16 14:43:06 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19108, comment 10
initial v1 1 1 This looks like an over-engineered solution to the problem of implementing comparison for plain Python classes. 2 2 3 A better solution would be to add better support for `_richmp_`. This is what I plan to do in #18251.3 A better solution would be to add better support for `_richmp_`. This is what I did in #21128.