On Mon, 11 Apr 2022 at 00:35, Steven D'Aprano <[email protected]> wrote:
> Yes well that was just silly. Of course the order matters.
>
> Even in single inheritance, the order matters:
>
>     Spam inherits from Eggs inherits from Cheese
>
> is not the same as
>
>     Spam inherits from Cheese inherits from Eggs
>
> in the general case.
>
> We've all done "What the hell was I thinking?!?" errors when
> programming. I'm sure I've done sillier.
>

And we've all made changes while saying "this shouldn't change
anything", only to discover that they actually did break things.

ChrisA
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/3PNLSPQGYW2XO2DPXJCQGH7BEXV2JEKH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to