From fe0cad564d7e036d3b7b6d4ac59dc30d9abdb338 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 15 Jul 2013 16:41:50 -0400 Subject: Update changelog --- release.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release.py') diff --git a/release.py b/release.py index 5e99e74c..659b4086 100644 --- a/release.py +++ b/release.py @@ -29,6 +29,7 @@ link_patterns = [ r"Buildout #(?P\d+)", r"Old Setuptools #(?P\d+)", r"Jython #(?P\d+)", + r"Python #(?P\d+)", ] issue_urls = dict( @@ -37,6 +38,7 @@ issue_urls = dict( buildout='https://github.com/buildout/buildout/issues/{buildout}', old_setuptools='http://bugs.python.org/setuptools/issue{old_setuptools}', jython='http://bugs.jython.org/issue{jython}', + python='http://bugs.python.org/issue{python}', ) def _linkify(source, dest): -- cgit v1.2.1