summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2021-10-29 10:03:48 (GMT)
committerGitHub <noreply@github.com>2021-10-29 10:03:48 (GMT)
commit2c8a0027e5555e371c1293f26b3262000b8cfe8a (patch)
treea8124de1ff4480a9ed413a789f456a39fd535fe3 /Misc/NEWS.d
parent6b867022d926be9fcc6f8038fb1093ba8c348ca5 (diff)
downloadcpython-2c8a0027e5555e371c1293f26b3262000b8cfe8a.zip
cpython-2c8a0027e5555e371c1293f26b3262000b8cfe8a.tar.gz
cpython-2c8a0027e5555e371c1293f26b3262000b8cfe8a.tar.bz2
[3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
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. (cherry picked from commit 03db1bbfd2d3f5a343c293b2f0e09a1e962df7ea) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2021-10-28-19-22-55.bpo-45655.aPYGaS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-10-28-19-22-55.bpo-45655.aPYGaS.rst b/Misc/NEWS.d/next/Documentation/2021-10-28-19-22-55.bpo-45655.aPYGaS.rst
new file mode 100644
index 0000000..fc5b3d0
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2021-10-28-19-22-55.bpo-45655.aPYGaS.rst
@@ -0,0 +1,2 @@
+Add a new "relevant PEPs" section to the top of the documentation for the
+``typing`` module. Patch by Alex Waygood.