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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
