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: Add documentation for `type.__subclasses__` to docs.python.org
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 2.7
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, joydiamond
Priority: normal Keywords:

Created on 2018-10-29 18:20 by joydiamond, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg328848 - (view) Author: Joy Diamond (joydiamond) Date: 2018-10-29 18:20
Add documentation for `type.__subclasses__` to docs.python.org

Python ideas discussion:

https://mail.python.org/pipermail/python-ideas/2018-October/054361.html
msg328850 - (view) Author: Joy Diamond (joydiamond) Date: 2018-10-29 18:24
Documented here: https://docs.python.org/3/library/stdtypes.html#class.__subclasses__

(Though does not appear in google searches)
History
Date User Action Args
2022-04-11 14:59:07adminsetgithub: 79287
2018-10-29 18:24:20joydiamondsetstatus: open -> closed

messages: + msg328850
stage: resolved
2018-10-29 18:20:27joydiamondcreate