]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 28 Oct 2021 19:55:50 +0000 (20:55 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 19:55:50 +0000 (21:55 +0200)
commit03db1bbfd2d3f5a343c293b2f0e09a1e962df7ea
tree3f6a1ec6a4d90751a7d8f0d30ed7b00c5f26f46b
parent4dd1e84789f0bd2da83ad06d23c569bf03713a50
bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280)

The list of PEPs at the top of the documentation for the ``typing`` module has
become too long to be readable. This PR proposes presenting this
information in a more structured and readable way by adding a new "relevant
PEPs" section to the ``typing`` docs.

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Doc/library/typing.rst
Misc/NEWS.d/next/Documentation/2021-10-28-19-22-55.bpo-45655.aPYGaS.rst [new file with mode: 0644]