[Python-3000] PEP: Eliminate __del__

Greg Ewing greg.ewing at canterbury.ac.nz
Sun May 13 06:45:57 CEST 2007


Steven Bethard wrote:

> You already don't need to list the attributes from the base classes.
> The __finalattrs__ are converted into class level descriptors, so if
> class D inherits from class C, it has the __finalattrs__ descriptors
> for both classes.

That's fine, then.

--
Greg


More information about the Python-3000 mailing list