Opened 4 years ago
Closed 4 years ago
#21790 closed enhancement (fixed)
py3 final cleanup of range in doctests of combinat folder
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.5 |
Component: | python3 | Keywords: | |
Cc: | tscrim, jmantysalo, aapitzsch, jdemeyer | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 9c5dd6b (Commits) | Commit: | 9c5dd6b5d3ed6dad46d275487e4b6cead0b7c3b0 |
Dependencies: | Stopgaps: |
Description
to reach this aim, allowing range iterator as input of SymmetricGroup? and as alphabet of Words
also removing a few remaining xrange elsewhere
Change History (3)
comment:1 Changed 4 years ago by
- Branch set to u/chapoton/21790
- Cc tscrim jmantysalo aapitzsch jdemeyer added
- Commit set to 9c5dd6b5d3ed6dad46d275487e4b6cead0b7c3b0
- Status changed from new to needs_review
comment:2 Changed 4 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM.
comment:3 Changed 4 years ago by
- Branch changed from u/chapoton/21790 to 9c5dd6b5d3ed6dad46d275487e4b6cead0b7c3b0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
removal of a few remaining xrange + cleanup of range in combinat