[Python-3000] PEP: Eliminate del (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Sun May 13 06:45:57 CEST 2007
- Previous message: [Python-3000] PEP: Eliminate __del__
- Next message: [Python-3000] updated PEP3126: Remove Implicit String Concatenation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] PEP: Eliminate __del__
- Next message: [Python-3000] updated PEP3126: Remove Implicit String Concatenation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]