Opened 6 years ago
Closed 6 years ago
#21460 closed enhancement (fixed)
py3 get rid of some xrange in schemes and other folders
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.4 |
Component: | python3 | Keywords: | |
Cc: | jdemeyer | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 14d2a2f (Commits, GitHub, GitLab) | Commit: | 14d2a2fe06104f55c400238c66d4e81feeb32745 |
Dependencies: | Stopgaps: |
Description
as a step towards python3
using from six.moves import range, just as fast as xrange
Change History (5)
comment:1 Changed 6 years ago by
- Branch set to u/chapoton/21460
- Commit set to f0c1a2ed884bf0fe30e82d5964e891607af8a26b
- Status changed from new to needs_review
comment:2 Changed 6 years ago by
- Cc jdemeyer added
- Status changed from needs_review to needs_work
cython files must be treated in a special manner
comment:3 Changed 6 years ago by
- Branch changed from u/chapoton/21460 to public/21460
- Commit changed from f0c1a2ed884bf0fe30e82d5964e891607af8a26b to 14d2a2fe06104f55c400238c66d4e81feeb32745
- Status changed from needs_work to needs_review
comment:4 Changed 6 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
comment:5 Changed 6 years ago by
- Branch changed from public/21460 to 14d2a2fe06104f55c400238c66d4e81feeb32745
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
get rid of xrange in schemes
trac 21460 xrange removed in some files