On Wed, May 8, 2019 at 12:37 PM Chris Angelico <ros...@gmail.com> wrote: > When you come to write it up, I hope you can go into some detail about > what you mean by "a third main object". Currently, the hierarchy is > reentrant at the apex ("object" is an instance of "type", and "type" > is a subclass of "object"); where would "interface" fit in? Would it > be a type? Would it be an object? Will both type and interface be > subclasses of a BaseType, same as we have with exceptions?
It's a good point. Thanks for that! _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/