Tuesday, March 09, 2004

: "'''A module that provides persistent dict and list datatypes.


These objects use pickle to do the persistance so generally things will work as you expect. (See the cPickle module documentation).


Datatypes:

pdict = persistent dictionary

plist = persistent list
"