#23812 closed Cleanup/optimization (fixed)
Use django.utils.six.moves.range instead of xrange
Description ¶
These imports are equivalent but by using range the code looks more like Python 3 and has the advantage that we simply remove the import when the time comes to drop Python 2.
Change History (9)
comment:1 by , 10 years ago
Has patch: | set |
---|
comment:2 by , 10 years ago
Has patch: | unset |
---|
comment:3 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 10 years ago
Has patch: | set |
---|
comment:6 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The changes are available at https://github.com/mhall1/django/tree/ticket_23812