-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
A __cmp__
method was removed in 3.0, but it is still present in some test cases:
- https://github.com/python/cpython/blob/main/Lib/test/test_descr.py#L3242
- https://github.com/python/cpython/blob/main/Lib/test/test_richcmp.py#L31
- https://github.com/python/cpython/blob/main/Lib/test/test_richcmp.py#L56
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-featureA feature request or enhancementA feature request or enhancement