On Sun, Apr 10, 2022, 11:51 AM malmiteria

> "class A(B)" feels very different from "class B(A)"
> but "class A(B,C)" doesn't feel so obviously different from "class A(C,B)"
>

Are you likewise "confused" by the fact that `a = b - c` is generally
different from `a = c - b`?!

>
_______________________________________________
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/7DC66QOXIKRCXM7EJ522HUMCIDIVCVK5/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to