summaryrefslogtreecommitdiffstats
path: root/Doc/library/cgitb.rst
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2022-05-13 19:54:12 (GMT)
committerGitHub <noreply@github.com>2022-05-13 19:54:12 (GMT)
commit9f68dab3d327335b938046c50b4f09944e993cc8 (patch)
tree413e81f2a44f6b9ddeb90dacf0ec69e60ebf6611 /Doc/library/cgitb.rst
parent7e46ae33bd522cf8331052c3c8835f9366599d8d (diff)
downloadcpython-9f68dab3d327335b938046c50b4f09944e993cc8.zip
cpython-9f68dab3d327335b938046c50b4f09944e993cc8.tar.gz
cpython-9f68dab3d327335b938046c50b4f09944e993cc8.tar.bz2
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
Diffstat (limited to 'Doc/library/cgitb.rst')
-rw-r--r--Doc/library/cgitb.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/cgitb.rst b/Doc/library/cgitb.rst
index 3494146..3b0b106 100644
--- a/Doc/library/cgitb.rst
+++ b/Doc/library/cgitb.rst
@@ -17,7 +17,8 @@
single: tracebacks; in CGI scripts
.. deprecated:: 3.11
- The :mod:`cgitb` module is deprecated (see :pep:`594` for details).
+ The :mod:`cgitb` module is deprecated
+ (see :pep:`PEP 594 <594#cgitb>` for details).
--------------