On Mon, 11 Apr 2022 at 00:35, Steven D'Aprano <st...@pearwood.info> 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 -- 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/3PNLSPQGYW2XO2DPXJCQGH7BEXV2JEKH/ Code of Conduct: http://python.org/psf/codeofconduct/