Changes between Initial Version and Version 17 of Ticket #16081
- Timestamp:
- 04/06/17 12:05:01 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16081
-
Property
Status
changed from
new
toneeds_work
-
Property
Component
changed from
distribution
topython3
-
Property
Summary
changed from
Python 3 preparation: "xrange()" is gone and "range()" becomes an iterator
toPython3 : Test ticket for range()
-
Property
Dependencies
changed from
to
#16457
-
Property
Branch
changed from
to
u/chapoton/test_branch_for_range
-
Property
Milestone
changed from
sage-6.2
tosage-duplicate/invalid/wontfix
-
Property
Commit
changed from
to
505ce41e40a6006e445c32e12f5a4be6b85fc252
-
Property
Type
changed from
defect
toenhancement
-
Property
Status
changed from
-
Ticket #16081 – Description
initial v17 1 Python 3 preparation: "xrange()" is gone and "range()" becomes an iterator 2 1 3 The tool 2to3 renames {{{xrange()}}} to {{{range()}}} and wraps existing {{{range()}}} usages with {{{list()}}}. 2 4 [[br]]