Changes between Initial Version and Version 1 of Ticket #22937, comment 8
- Timestamp:
- May 11, 2017, 1:53:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22937, comment 8
initial v1 5 5 }}} 6 6 (with wrapping it as a list comprehension `[treat_term(op, t, la) for t in aa]` when you need a list). 7 8 Addendum - I feel this is cleaner and IIRC, it is faster.