Skip to content

Commit 38bfdb4

Browse files
committed
Fixed a bug in the earlier author extraction bugfix.
- Legacy-Id: 13295
1 parent 27374cf commit 38bfdb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/draft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def extract_authors(self):
502502
r" {6}(\w+\s?\(.+\))$",
503503
]
504504

505-
dateformat = r"(((%(month)s|%(mabbr)s) \d+, |\d+ (%(month)s|%(mabbr)s),? |\d+/\d+/)\d\d\d\d|\d\d\d\d-\d\d-\d\d)$" % aux
505+
dateformat = r"(((%(months)s|%(mabbr)s) \d+, |\d+ (%(months)s|%(mabbr)s),? |\d+/\d+/)\d\d\d\d|\d\d\d\d-\d\d-\d\d)$" % aux
506506

507507
address_section = r"^ *([0-9]+\.)? *(Author|Editor)('s|s'|s|\(s\)) (Address|Addresses|Information)"
508508

0 commit comments

Comments
 (0)