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 ramalho
Recipients docs@python, ramalho
Date 2020-06-14.19:56:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592164571.1.0.235029301981.issue40979@roundup.psfhosted.org>
In-reply-to
Content
The typing module documentation page has a very long section "Classes, functions, and decorators" (https://docs.python.org/3/library/typing.html#classes-functions-and-decorators) that should be split in subsections. The ordering of the entries seems haphazard: it's not alphabetical. Its grouped according to invisible categories. 

The categories appear as comments in the source code of typing.py: the `__all__` global lists the API split into categories (see below). We should add these categories to the page as subsections of "Classes, functions, and decorators"

- Super-special typing primitives.
- ABCs (from collections.abc).
- Structural checks, a.k.a. protocols.
- Concrete collection types.
History
Date User Action Args
2020-06-14 19:56:11ramalhosetrecipients: + ramalho, docs@python
2020-06-14 19:56:11ramalhosetmessageid: <1592164571.1.0.235029301981.issue40979@roundup.psfhosted.org>
2020-06-14 19:56:11ramalholinkissue40979 messages
2020-06-14 19:56:10ramalhocreate