You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: redesign/importing/import-docs.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ def date_in_match(match):
241
241
d=25
242
242
returndatetime.date(y, m, d)
243
243
244
-
re_telechat_agenda=re.compile(r"(Placed on|Removed from) agenda for telechat(| - %s) by"%date_re_str)
244
+
re_telechat_agenda=re.compile(r"(Placed on|Removed from) agenda for telechat( - %s|)"%date_re_str)
245
245
re_telechat_changed=re.compile(r"Telechat date (was|has been) changed to (<b>)?%s(</b>)? from"%date_re_str)
246
246
re_ballot_position=re.compile(r"\[Ballot Position Update\] (New position, (?P<position>.*), has been recorded( for (?P<for>\w+ \w+) |)|Position (|for (?P<for2>.*) )has been changed to (?P<position2>.*) from .*)(by (?P<by>.*)|)")
247
247
re_ballot_issued=re.compile(r"Ballot has been issued")
@@ -251,7 +251,7 @@ def date_in_match(match):
251
251
re_last_call_requested=re.compile(r"Last Call was requested")
252
252
re_document_approved=re.compile(r"IESG has approved and state has been changed to")
253
253
re_document_disapproved=re.compile(r"(Do Not Publish|DNP) note has been sent to RFC Editor and state has been changed to")
254
-
re_resurrection_requested=re.compile(r"(I-D |)Resurrection was requested by")
254
+
re_resurrection_requested=re.compile(r"(I-D |)Resurrection was requested")
255
255
re_completed_resurrect=re.compile(r"(This document has been resurrected|This document has been resurrected per RFC Editor's request|Resurrection was completed)")
256
256
257
257
re_status_date_changed=re.compile(r"Status [dD]ate has been changed to (<b>)?"+date_re_str)
0 commit comments