[Python-3000] PEP: Eliminate del (original) (raw)

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