[issue43896] Update the Sphinx directive for super from function to class

Raymond Hettinger report at bugs.python.org
Tue Apr 20 13:52:56 EDT 2021


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

In general, we've decided not to do this.  We use function mark-up in the section on builtin functions even though many of these are actually types.

We use class markup in other sections because that markup is well suited to listing all the associated methods and attributes.

----------
nosy: +rhettinger
resolution:  -> rejected
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43896>
_______________________________________


More information about the Python-bugs-list mailing list