diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-13 20:11:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 20:11:05 (GMT) |
commit | 597ff241889f975a3ccc286ddb1258208dc57aea (patch) | |
tree | e00832d144caec1bd8d38722e634a91a37277961 /Doc/library/cgitb.rst | |
parent | 48f2d8de24d636ee039a36a5b220ef76efc2edff (diff) | |
download | cpython-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.rst | 3 |
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). -------------- |