summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2022-04-24 21:07:51 (GMT)
committerGitHub <noreply@github.com>2022-04-24 21:07:51 (GMT)
commitdc31334ab1b43225b65358fa361b46c22918b400 (patch)
treef68e0d849965153569ab91a063f16586ca9b8872
parentc7e6bfd1500588e5cede4590d3a721d67f915867 (diff)
downloadcpython-dc31334ab1b43225b65358fa361b46c22918b400.zip
cpython-dc31334ab1b43225b65358fa361b46c22918b400.tar.gz
cpython-dc31334ab1b43225b65358fa361b46c22918b400.tar.bz2
[3.10] Update Sphinx bpo role to use redirect URI. (#91890)
* Update Sphinx bpo role to use redirect URI. (GH-32342) * [3.10] Update Sphinx bpo role to use redirect URI. (GH-32342). (cherry picked from commit 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> * Fix whitespace.
-rw-r--r--Doc/tools/extensions/pyspecific.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index 7f505a1..cce364c 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -43,7 +43,7 @@ except ImportError:
import suspicious
-ISSUE_URI = 'https://bugs.python.org/issue%s'
+ISSUE_URI = 'https://bugs.python.org/issue?@action=redirect&bpo=%s'
SOURCE_URI = 'https://github.com/python/cpython/tree/3.10/%s'
# monkey-patch reST parser to disable alphabetic and roman enumerated lists