P.J. Eby wrote: > In effect, 2.6 forces you to have a common known base class *other* than > 'object' in order to write co-operative classes. :-( You have to do that anyway if you want to make cooperative calls to any method *other* that __init__. -- Greg