[EMAIL PROTECTED] wrote:
> Since the language doesn't require that a subclassed method take the same
> parameters as the base class method, you can't assume that it does.

The argument is that in the special case of a cooperative
super call, it doesn't make sense for the parameter list
to be different, because you don't know which method
you're calling, so the signature of all methods along
the super chain has to be standardised.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to