Skip to content

Commit

Permalink
Separate bpo from Python issue numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 12, 2024
1 parent 8684c7a commit 3cb8130
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
pattern=r'PEP[- ](?P<pep_number>\d+)',
url='https://peps.python.org/pep-{pep_number:0>4}/',
),
dict(
pattern=r'(python/cpython#|Python #)(?P<python>\d+)',
url='https://github.com/python/cpython/issues/{python}',
),
dict(
pattern=r'(python/cpython#|Python #|bpo-)(?P<python>\d+)',
url='http://bugs.python.org/issue{python}',
Expand Down

0 comments on commit 3cb8130

Please sign in to comment.