8000
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 0fc3517 commit 17dbb6bCopy full SHA for 17dbb6b
Doc/tools/extensions/pyspecific.py
@@ -433,7 +433,8 @@ def run(self):
433
text = 'The NEWS file is not available.'
434
node = nodes.strong(text, text)
435
return [node]
436
- content = issue_re.sub(r'`bpo-\1 <https://bugs.python.org/issue\1>`__',
+ content = issue_re.sub(r'`bpo-\1 <https://bugs.python.org/'
437
+ r'issue?@action=redirect&bpo=\1>`__',
438
content)
439
content = whatsnew_re.sub(r'\1', content)
440
# remove first 3 lines as they are the main heading
0 commit comments