Changes between Initial Version and Version 4 of Ticket #16078
- Timestamp:
- May 20, 2014, 2:07:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16078
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
André Apitzsch
-
Property
Branch
changed from
to
u/aapitzsch/ticket/16078
-
Property
Milestone
changed from
sage-6.2
tosage-6.3
-
Property
Commit
changed from
to
199db7e55872caf0d7468750e7e1f1847f768483
-
Property
Status
changed from
-
Ticket #16078 – Description
initial v4 2 2 3 3 The tool 2to3 adds {{{from functools import reduce}}}. 4 [[br]]5 But the code has to depend on the Python version!6 4 7 There are 24 effected modules. 5 From the [[https://docs.python.org/2.7/library/functools.html#module-functools||Python 2.7 documentation]]: [[br]] 6 functools.reduce(function, iterable[, initializer])[[br]] 7 This is the same function as reduce(). It is made available in this module to allow writing code more forward-compatible with Python 3. 8 New in version 2.6. 8 9 9 10 This ticket is tracked as a dependency of meta-ticket ticket:16052.