Bill Birch wrote: > class[KindsOfTrees] TheLarch(deciduous): > pass I'd prefer not to put anything between 'class' and the name being defined. Maybe class TheLarch(deciduous) [KindsOfTrees]: ... -- Greg