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

Add link support for Interopability bugs.

parent 20628e6b
......@@ -14,6 +14,7 @@ link_patterns = [
r"Old Setuptools #(?P<old_setuptools>\d+)",
r"Jython #(?P<jython>\d+)",
r"Python #(?P<python>\d+)",
r"Interop #(?P<interop>\d+)",
]
issue_urls = dict(
......@@ -25,6 +26,7 @@ issue_urls = dict(
old_setuptools='http://bugs.python.org/setuptools/issue{old_setuptools}',
jython='http://bugs.jython.org/issue{jython}',
python='http://bugs.python.org/issue{python}',
interop='https://github.com/pypa/interoperability/issues/{interop}',
)
......
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