Changes between Version 1 and Version 2 of Ticket #9265, comment 58
- Timestamp:
- Oct 17, 2012, 2:34:15 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9265, comment 58
v1 v2 10 10 `register_unpickle_override('sage.combinat.tableau', 'Tableau_class', Tableau)` 11 11 12 but this does not work. My guess is that it is not possible to unpickle the deprecated ''Tableau_class'' objects using the new ''Tableau'' class objects because the underlying classes are too different. If some one can see how to do this let me know. 12 but this does not work. My guess is that it is not possible to unpickle the deprecated ''Tableau_class'' objects using the new ''Tableau'' class objects because the underlying classes are too different. 13 14 If some one can see how to do this let me know.