Changes between Initial Version and Version 1 of Ticket #17648, comment 6
- Timestamp:
- 01/18/15 06:59:03 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17648, comment 6
initial v1 15 15 > Also, it looks like you just moved code. Is that what you intended? No new tests etc?? 16 16 17 I did not think that there was any need to. The doctests were correct and called `Partitions().from_...`. That command remains valid. On the other hand, `Partition(5) ` is now invalid.17 I did not think that there was any need to. The doctests were correct and called `Partitions().from_...`. That command remains valid. On the other hand, `Partition(5).from_...` is now invalid. 18 18 19 19 Nathann