Re: [sage-devel] Heavy class rewrite and old pickles

2015-04-30 Thread Vincent Delecroix
Hi Nathann, There is a tiny bit of documentation in sage.structure.sage_object. Look in particular at register_unpickle_override that allows you to redefine how old pickles have to be pickled. There are tons of examples in the Sage library. Just grep register_unpickle_override. On the other hand,

[sage-devel] Heavy class rewrite and old pickles

2015-04-30 Thread Nathann Cohen
Hellooo everybody, I come to you because I plan to (seriously) rewrite the internal strucure of graph classes. While this makes no difference on the outside, I am meeting problems with pickles: Indeed, there are two classes in sage.graphs.base.backends which are named (since 2010): - NetworkX