On Fri, 04 Jul 2014 14:27:12 +0200, Florian Lindner wrote: > self.regexps = [r"it (?P<coupling_iterations>\d+) .* dt complete yes | > write-iteration-checkpoint |", > r"it (?P<it_read_ahead>\d+) read ahead"
My first thought is what is the effect of '|' as the last character in the regex? -- Denis McMahon, denismfmcma...@gmail.com -- https://mail.python.org/mailman/listinfo/python-list