Changes between Version 8 and Version 9 of Ticket #27027
- Timestamp:
- 01/07/19 11:40:01 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27027 – Description
v8 v9 12 12 }}} 13 13 14 Furthermore, we allow arbitrary iterables to be given for relabeling instead of only `list` and `tuple`. This makes things with Python 3 where `range()` becomes an iterator.14 Furthermore, we allow arbitrary iterables to be given for relabeling instead of only `list` and `tuple`. This improves things with Python 3 where `range()` becomes an iterator.