Re: [ZODB-Dev] How can I append Persistent mechanism to OrderedDict class ?

2011-09-16 Thread Stéphane Klein
Le 30/01/2011 12:12, Vincent Pelletier a écrit : Le dimanche 30 janvier 2011 09:52:32, Stéphane Klein a écrit : How can I append Persistent mechanism to this OrderedDict class ? You should probably read the code for PersistentMapping[1] and adapt it to OrderedDict's API. [1]

Re: [ZODB-Dev] How can I append Persistent mechanism to OrderedDict class ?

2011-09-16 Thread Stéphane Klein
Le 16/09/2011 10:07, Stéphane Klein a écrit : Le 30/01/2011 12:12, Vincent Pelletier a écrit : Le dimanche 30 janvier 2011 09:52:32, Stéphane Klein a écrit : How can I append Persistent mechanism to this OrderedDict class ? You should probably read the code for PersistentMapping[1] and adapt