Does shelve use cPickle or Pickle?

Gerrit gerrit at nl.linux.org
Sat Feb 7 05:04:12 EST 2004


Adrian B. wrote:
> Newbie question; does shelve use cPickle or Pickle?  Can it be specified?

cPickle if available, otherwise Pickle.
I think you would have to set shelve.{Pickler,Unpickler} to override
this.

Gerrit.

-- 
PrePEP: Builtin path type
    http://people.nl.linux.org/~gerrit/creaties/path/pep-xxxx.html
Asperger's Syndrome - a personal approach:
	http://people.nl.linux.org/~gerrit/english/




More information about the Python-list mailing list