[docs] [issue37176] super() docs don't say what super() does

Jeroen Demeyer report at bugs.python.org
Thu Jun 6 12:06:58 EDT 2019


New submission from Jeroen Demeyer <J.Demeyer at UGent.be>:

The documentation for super() at https://docs.python.org/3.8/library/functions.html#super does not actually say what super() does. It only says "Return a proxy object that delegates method calls to a parent or sibling class of type" and then gives a bunch of use cases and examples.

If there is one place where we should define exactly what super() does (as opposed to give guidance on how to use it), the stdlib reference should be it.

----------
assignee: docs at python
components: Documentation
messages: 344827
nosy: docs at python, jdemeyer
priority: normal
severity: normal
status: open
title: super() docs don't say what super() does
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

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


More information about the docs mailing list