Add PEP substitution in changelog.
This commit is contained in:
parent
9f6eea591e
commit
21a4e86e6f
|
@ -42,6 +42,10 @@ link_files = {
|
|||
pattern=r"^(?m)((?P<scm_version>v?\d+(\.\d+){1,2}))\n[-=]+\n",
|
||||
with_scm="{text}\n{rev[timestamp]:%d %b %Y}\n",
|
||||
),
|
||||
dict(
|
||||
pattern=r"PEP[- ](?P<pep_number>\d+)",
|
||||
url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/',
|
||||
),
|
||||
],
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user