Issue 22357: inspect module documentation makes no reference to qualname attribute (original) (raw)
Issue22357
Created on 2014-09-07 21:23 by isedev, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg226545 - (view) | Author: Iestyn Elfick (isedev) | Date: 2014-09-07 21:23 |
The documentation for the 'inspect' module should list the '__qualname__' attribute for 'method', 'function' and 'builtin' types in section '29.12.1 Types and members'. | ||
msg244473 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-05-30 17:55 |
New changeset 943fa0e8b6a4 by Yury Selivanov in branch '3.4': Issue 22357: Document __qualname__ in inspect.rst https://hg.python.org/cpython/rev/943fa0e8b6a4 New changeset 1d9131bc0ea4 by Yury Selivanov in branch '3.5': Issue 22357: Merge from 3.4 https://hg.python.org/cpython/rev/1d9131bc0ea4 New changeset 5621e9a21cc3 by Yury Selivanov in branch 'default': Issue 22357: Merge from 3.5 https://hg.python.org/cpython/rev/5621e9a21cc3 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:07 | admin | set | github: 66553 |
2015-05-30 17:55:15 | yselivanov | set | status: open -> closedresolution: fixedstage: needs patch -> resolved |
2015-05-30 17:55:02 | python-dev | set | nosy: + python-devmessages: + |
2014-11-02 15:35:23 | ezio.melotti | set | nosy: + pitrou, yselivanovstage: needs patchtype: behavior -> enhancementversions: + Python 3.5 |
2014-09-07 22:48:44 | isedev | set | title: inspect module documentation make no reference to __qualname__ attribute -> inspect module documentation makes no reference to __qualname__ attribute |
2014-09-07 21:23:12 | isedev | create |