Commit 60898819 authored by Jason R. Coombs's avatar Jason R. Coombs

Support 'bpo-' prefix on Python bugs

parent edcf84fa
...@@ -101,7 +101,7 @@ link_files = { ...@@ -101,7 +101,7 @@ link_files = {
url='http://bugs.jython.org/issue{jython}', url='http://bugs.jython.org/issue{jython}',
), ),
dict( dict(
pattern=r'Python #(?P<python>\d+)', pattern=r'(Python #|bpo-)(?P<python>\d+)',
url='http://bugs.python.org/issue{python}', url='http://bugs.python.org/issue{python}',
), ),
dict( dict(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment