We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f5d4b commit 35ce2b7Copy full SHA for 35ce2b7
Doc/tools/extensions/pyspecific.py
@@ -395,7 +395,8 @@ def run(self):
395
text = 'The NEWS file is not available.'
396
node = nodes.strong(text, text)
397
return [node]
398
- content = issue_re.sub(r'`bpo-\1 <https://bugs.python.org/issue\1>`__',
+ content = issue_re.sub(r'`bpo-\1 <https://bugs.python.org/'
399
+ r'issue?@action=redirect&bpo=\1>`__',
400
content)
401
content = whatsnew_re.sub(r'\1', content)
402
# remove first 3 lines as they are the main heading
0 commit comments