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] http://svn.zope.org/ZODB/trunk/src/persistent/mapping.py?rev=113734&view=markup -- Vincent Pelletier _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - [email protected] https://mail.zope.org/mailman/listinfo/zodb-dev
