Skip to content

Commit

Permalink
Add support for python/cpython references
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 20, 2024
1 parent a3d6fdb commit 74670d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
url='https://peps.python.org/pep-{pep_number:0>4}/',
),
dict(
pattern=r'(Python #|bpo-)(?P<python>\d+)',
pattern=r'(python/cpython#|Python #|bpo-)(?P<python>\d+)',
url='http://bugs.python.org/issue{python}',
),
],
Expand Down

0 comments on commit 74670d4

Please sign in to comment.