Allow adding multiple parsers to TypedConfigParser in a single method call

Bug #461509 reported by Guillermo Gonzalez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
configglue
Fix Released
Medium
John Lenton

Bug Description

It would be nice to have a TypedConfigParser.add_parsers method to simplify adding multiple parsers.
I think it could be something like:

def add_parsers(self, parsers):
    for name, parser in parsers:
        self.add_parser(name, parser)

If I can get some spare time I'll propose a branch with this.

description: updated
John Lenton (chipaca)
Changed in configglue:
status: New → In Progress
assignee: nobody → John Lenton (chipaca)
Changed in configglue:
importance: Undecided → Medium
Changed in configglue:
status: In Progress → Fix Released
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.