[Zope-dev] Is this a ZClass/Propertysheet bug?
Morten W. Petersen
morten@esol.no
Fri, 6 Oct 2000 23:36:16 +0200 (CEST)
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