24 Jan
2002
24 Jan
'02
5:43 p.m.
On Wed, 23 Jan 2002, Max M wrote:
Generally Zope uses pickle to save the objects. And pickel will not save the methods, nor the class attributes::
I'm surprised to have seen no mention of __setstate__ in this thread. Is doing simple upgrade-on-the-fly via __setstate__ now considered Bad Form? --RDM