versioned pickle module

Jim Meier jim at dsdd.org
Fri Aug 9 03:34:43 EDT 2002


On Fri, 09 Aug 2002 01:06:17 -0600, Gerson Kurz wrote:

> Question: is there a default / recommended way to provide a save
> merging of old/new class definitions? I could imagine something that
> involves __dict__ and copying all old attributes to instances of a new
> class.

This is described in the pickle documentation in the libary reference.

-Jim



More information about the Python-list mailing list