summaryrefslogtreecommitdiffstats
path: root/Doc/library/cgitb.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-13 20:11:05 (GMT)
committerGitHub <noreply@github.com>2022-05-13 20:11:05 (GMT)
commit597ff241889f975a3ccc286ddb1258208dc57aea (patch)
treee00832d144caec1bd8d38722e634a91a37277961 /Doc/library/cgitb.rst
parent48f2d8de24d636ee039a36a5b220ef76efc2edff (diff)
downloadcpython-597ff241889f975a3ccc286ddb1258208dc57aea.zip
cpython-597ff241889f975a3ccc286ddb1258208dc57aea.tar.gz
cpython-597ff241889f975a3ccc286ddb1258208dc57aea.tar.bz2
gh-92611: Link to PEP 594 sections & add key detail in doc deprecation notices (GH-92612)
(cherry picked from commit 9f68dab3d327335b938046c50b4f09944e993cc8) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
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).
--------------