Michele Cella wrote: > Personally, I really like this syntax: > > res = super currentmethod(arg, arg) > > Why? because it's very consistent (pythonic?) with the way I'm used to > use any other keyword. But it's inconsistent with the way every other method is called. -- Greg