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 0638941 commit b3b1ff1Copy full SHA for b3b1ff1
Doc/tools/extensions/pyspecific.py
@@ -417,7 +417,8 @@ def run(self):
417
text = 'The NEWS file is not available.'
418
node = nodes.strong(text, text)
419
return [node]
420
- content = issue_re.sub(r'`bpo-\1 <https://bugs.python.org/issue\1>`__',
+ content = issue_re.sub(r'`bpo-\1 <https://bugs.python.org/'
421
+ r'issue?@action=redirect&bpo=\1>`__',
422
content)
423
content = whatsnew_re.sub(r'\1', content)
424
# remove first 3 lines as they are the main heading
0 commit comments