Tapani Kiiskinen added the comment:
A link to the to the glossary would also be good yes. I was figuring out how
super() works and as you said the doc gave the impression getattr would explain
more but it doesn't. Had to use google to find the glossary entry for MRO which
had the
New submission from Tapani Kiiskinen:
https://docs.python.org/3/library/functions.html#super
There's no mention in the document which __mro__ is used in the case of a
super(Type, obj) call. There's this mention 'The __mro__ attribute of the
*type* lists the method resolution se