Changes between Version 13 and Version 14 of Ticket #18056
- Timestamp:
- Oct 13, 2021, 7:07:38 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18056 – Description
v13 v14 2 2 3 3 And `IntegerListsLex` is since a long time available from somewhere else. 4 5 `sage.combinat.integer_list_old` has long been replaced by `sage.combinat.integer_lists`. We remove it. 6 7 The original aim of this ticket was to cythonize `sage.combinat.integer_list_old.IntegerListsLex` which has been taken care of as the new `sage.combinat.integer_lists.invlex.IntegerListsLex` is already cythonized.