Revision 9495d2f2 autotools/check-news

b/autotools/check-news
113 113
      m = RELEASED_RE.match(line)
114 114
      if not m:
115 115
        Error("Line %s: Invalid release line" % fileinput.filelineno())
116
        expect_date = False
117
        continue
116 118

  
117 119
      # Including the weekday in the date string does not work as time.strptime
118 120
      # would return an inconsistent result if the weekday is incorrect.

Also available in: Unified diff