Opened 6 years ago
Closed 6 years ago
#21677 closed enhancement (fixed)
py3 get rid of xrange in various places
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.4 |
Component: | python3 | Keywords: | |
Cc: | jmantysalo, tscrim, aapitzsch, jdemeyer | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | a5d1421 (Commits, GitHub, GitLab) | Commit: | a5d142171847ccbda5e95e83e7f817f6961cd736 |
Dependencies: | Stopgaps: |
Description
as another small step to py3
only in .py files
using six.moves.range
Change History (7)
comment:1 Changed 6 years ago by
- Branch set to u/chapoton/21677
- Commit set to 65c2b4f25c39dc613c87813b68daf098e043a356
comment:2 Changed 6 years ago by
- Commit changed from 65c2b4f25c39dc613c87813b68daf098e043a356 to 2bbf98ca1a4cbfa98de01c9e109be958dbdd3cbd
Branch pushed to git repo; I updated commit sha1. New commits:
2bbf98c | trac 21677 a typo
|
comment:3 Changed 6 years ago by
- Commit changed from 2bbf98ca1a4cbfa98de01c9e109be958dbdd3cbd to 2c75b70e6d977eb9fbcd6491e9e1825c6504bd51
Branch pushed to git repo; I updated commit sha1. New commits:
2c75b70 | trac 21677 uncommenting ugly line
|
comment:4 Changed 6 years ago by
- Commit changed from 2c75b70e6d977eb9fbcd6491e9e1825c6504bd51 to a5d142171847ccbda5e95e83e7f817f6961cd736
Branch pushed to git repo; I updated commit sha1. New commits:
a5d1421 | trac 21677 wrapping 2 range with list, plus some cosmetics
|
comment:5 Changed 6 years ago by
- Cc jmantysalo tscrim aapitzsch jdemeyer added
- Status changed from new to needs_review
ready for review
comment:6 Changed 6 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
comment:7 Changed 6 years ago by
- Branch changed from u/chapoton/21677 to a5d142171847ccbda5e95e83e7f817f6961cd736
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
py3 getting rid of a bunch of xrange