This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients docs@python, maggyero, rhettinger
Date 2021-04-20.18:39:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618943963.77.0.431217568012.issue43896@roundup.psfhosted.org>
In-reply-to
Content
-0 on doing this.  While class markup has crept into the Built-in Functions section, super() isn't really used this way (people don't subclass it or run isinstance on it).

Elsewhere in the docs, all the links to this entry use the markup, :func:`super` which looks nicer in the docs than the class reference.

In terms of markup, "function" is a role rather than an actual type, it is used for most callables whether or not ``isinstance(obj, type(lambda: None))`` returns true.
History
Date User Action Args
2021-04-20 18:39:23rhettingersetrecipients: + rhettinger, docs@python, maggyero
2021-04-20 18:39:23rhettingersetmessageid: <1618943963.77.0.431217568012.issue43896@roundup.psfhosted.org>
2021-04-20 18:39:23rhettingerlinkissue43896 messages
2021-04-20 18:39:23rhettingercreate