On Sun, Apr 10, 2022 at 05:56:14PM -0000, malmiteria  wrote:

> No, i'm arguing that MI is intuitively different enough from other 
> context in which we use parenthesis so that most people will 
> intuitively understand it to work differently (which it does, we're 
> not defining argument to be passed when called here), and essentially, 
> to mean something completely unrelated.

Actually, we are defining arguments to be passed: the listed 
superclasses are passed on to the class metaclass as a tuple, which 
preserves order, and the MRO is generated from that ordered tuple.

So your intuition about superclasses is wrong.

In any case, how do you know what "most people" think? Have you done a 
survey, or are you just guessing?

-- 
Steve
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/RI3B556TJKU4H3C4VXOIUUL3JCLAOGIK/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to