[Zope] Python Product variable problems

kosh kosh@aesaeion.com
Sun, 25 Feb 2001 15:40:16 -0700 (MST)


I have a python product and all of the variables that define that object
are in a dict as part of the class. My problem is that when I add new
variables to that dict for new features the objects already in zope don't
get them. I do need the objects to be persistant but was wondering if
there is some method I can add which would auto update objects on view,
edit, etc if a newer one existed.

Thanks