[docs] [issue23674] super() documentation isn't very clear
Raymond Hettinger
report at bugs.python.org
Sat May 20 02:48:50 EDT 2017
Raymond Hettinger added the comment:
Martin, can we just fix the signature here. It is not the purpose of the super docs explain the MRO (that is a feature of all new-style classes, super() is just something that hops to the next in the chain) or to be a tutorial. I would like to keep the rest of the docs mostly as-is. These docs have already been refined multiple times and proven themselves usable for a lot of user). The only part that wasn't previously edited was the parameter names for the signature.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23674>
_______________________________________
More information about the docs
mailing list