Opened 5 years ago
Closed 5 years ago
#23156 closed enhancement (fixed)
py3: no __cmp__ in sudoku
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.0 |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | db20ab5 (Commits, GitHub, GitLab) | Commit: | db20ab51426f8c67b3bfca651e7b7cd41c54e260 |
Dependencies: | Stopgaps: |
Description
assuming that we do not really need to sort sudoku puzzles..
Change History (3)
comment:1 Changed 5 years ago by
- Branch set to u/chapoton/23156
- Commit set to db20ab51426f8c67b3bfca651e7b7cd41c54e260
- Status changed from new to needs_review
comment:2 Changed 5 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
All the fun little bits of Sage.
comment:3 Changed 5 years ago by
- Branch changed from u/chapoton/23156 to db20ab51426f8c67b3bfca651e7b7cd41c54e260
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
py3: no __cmp__ in sudoku