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