Opened 4 years ago
Closed 4 years ago
#24980 closed defect (fixed)
py3: remove some __cmp__
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.2 |
Component: | python3 | Keywords: | python3, richcmp |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 8ef1ddf (Commits, GitHub, GitLab) | Commit: | 8ef1ddf09797b197bc9ca854e69c7a09b132e50a |
Dependencies: | Stopgaps: |
Description
part of #16537
Change History (4)
comment:1 Changed 4 years ago by
- Branch set to u/chapoton/24980
- Commit set to 8ef1ddf09797b197bc9ca854e69c7a09b132e50a
- Status changed from new to needs_review
comment:2 Changed 4 years ago by
- Keywords python3 richcmp added; python removed
comment:3 Changed 4 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM.
comment:4 Changed 4 years ago by
- Branch changed from u/chapoton/24980 to 8ef1ddf09797b197bc9ca854e69c7a09b132e50a
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
remove some unused __cmp__