[Python-checkins] [3.7] Update Sphinx bpo role to use redirect URI. (GH-91893)

ned-deily webhook-mailer at python.org
Tue May 10 00:04:11 EDT 2022


https://github.com/python/cpython/commit/6fd61c96c33c2ebb008abfc843560c4a2f4f0d46
commit: 6fd61c96c33c2ebb008abfc843560c4a2f4f0d46
branch: 3.7
author: Ezio Melotti <ezio.melotti at gmail.com>
committer: ned-deily <nad at python.org>
date: 2022-05-10T00:04:07-04:00
summary:

[3.7] Update Sphinx bpo role to use redirect URI. (GH-91893)

(cherry picked from commit 08cfe079503ffd19d8b7ab324f0fdb1c6b150ca8)

Co-authored-by: Ezio Melotti <ezio.melotti at gmail.com>

files:
M Doc/tools/extensions/pyspecific.py

diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py
index 3b6fa90059160..4dd178619803a 100644
--- a/Doc/tools/extensions/pyspecific.py
+++ b/Doc/tools/extensions/pyspecific.py
@@ -35,7 +35,7 @@
 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.7/%s'
 
 # monkey-patch reST parser to disable alphabetic and roman enumerated lists



More information about the Python-checkins mailing list