6 Oct
2000
6 Oct
'00
9:36 p.m.
On Fri, 6 Oct 2000, Morten W. Petersen wrote:
It is not a bug per se, Python (upon which ZOPE is based) is built this way, i.e. if you create a class with certain attributes, every instance will keep those attributes, even if they are deleted from the class itself, and new instances that are instansiated from the now modified class will not.
Context got mixed up, please disregard. -Morten