xrange does not exists on Python 3.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGba706e3082bd: py3: use pycompat.xrange instead of xrange
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
why not just use pycompat.xrange directly instead of doing extra indirection?