[docs] [issue23674] super() documentation isn't very clear

Cheryl Sabella report at bugs.python.org
Sat May 20 14:08:56 EDT 2017


Cheryl Sabella added the comment:

Thank you for pointing out those other links.  For me, they all tie together because I was originally trying to figure out why the data model page defined `super(B, obj).m()` instead of just `super().m()`.  It seems that the zero argument super is preferred, so I was trying to understand when to use the other form.  I didn't intend to question whether the docs needed to be rewritten.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23674>
_______________________________________


More information about the docs mailing list