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 a3d6fdb commit 74670d4Copy full SHA for 74670d4
1 file changed
docs/conf.py
@@ -25,7 +25,7 @@
25
url='https://peps.python.org/pep-{pep_number:0>4}/',
26
),
27
dict(
28
- pattern=r'(Python #|bpo-)(?P<python>\d+)',
+ pattern=r'(python/cpython#|Python #|bpo-)(?P<python>\d+)',
29
url='http://bugs.python.org/issue{python}',
30
31
],
0 commit comments