event based parsing please

Bug #435568 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyMeta
New
Undecided
Unassigned

Bug Description

It would be fantastic to be able to adapt a parser to a LineProtocol.

e.g.

def lineReceived(self, line):
    try:
        self.parser.lineReceived(line)
    except pymeta.InvalidState:
    except pymeta....:

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.