Tweaked the DRAFT_NAMES_WITH_DOT setting for another draft name exception.

- Legacy-Id: 13317
This commit is contained in:
Henrik Levkowetz 2017-05-11 11:46:56 +00:00
parent ccba8e1ba2
commit 79258227bc

View file

@ -523,7 +523,7 @@ DATE_FORMAT = "Y-m-d"
DATETIME_FORMAT = "Y-m-d H:i T"
DRAFT_NAMES_WITH_DOT = "(draft-[a-z-]+-(ion-sig-uni4\.0|pilc-2\.5g3g|trade-iotp-v1\.0-[a-z]+|msword-template-v2\.0|1240\.his|(ieee)?802\.[0-9a-z]+-[a-z0-9-]*))"
DRAFT_NAMES_WITH_DOT = "(draft-[a-z0-9-]+-(ion-sig-uni4\.0|pilc-2\.5g3g|trade-iotp-v1\.0-[a-z]+|msword-template-v2\.0|1240\.his|(ieee)?802\.[0-9a-z]+(-[a-z0-9-]+)?))"
URL_REGEXPS = {
"acronym": r"(?P<acronym>[-a-z0-9]+)",
"charter": r"(?P<name>charter-[-a-z0-9]+)",