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.

classification
Title: inspect module documentation makes no reference to __qualname__ attribute
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, isedev, pitrou, python-dev, yselivanov
Priority: normal Keywords:

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) (Python triager) 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:07adminsetgithub: 66553
2015-05-30 17:55:15yselivanovsetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2015-05-30 17:55:02python-devsetnosy: + python-dev
messages: + msg244473
2014-11-02 15:35:23ezio.melottisetnosy: + pitrou, yselivanov
stage: needs patch
type: behavior -> enhancement

versions: + Python 3.5
2014-09-07 22:48:44isedevsettitle: inspect module documentation make no reference to __qualname__ attribute -> inspect module documentation makes no reference to __qualname__ attribute
2014-09-07 21:23:12isedevcreate