Changes between Initial Version and Version 1 of Ticket #19192
- Timestamp:
- 09/12/15 02:21:54 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19192
- Property Cc nthiery ncohen added
-
Ticket #19192 – Description
initial v1 1 We get rid of `sage.combinat.cartesian_product` 1 We just make `CartesianProduct` an alias for `sage.sets.cartesian_product.CartesianProduct` (with some tweak to support the previous behavior which considered the cartesian product as a set of lists). 2 3 `sage.combinat.cartesian_product.CartesianProduct` is deprecated.