← Back to team overview

configglue team mailing list archive

[Bug 461509] Re: Allow adding multiple parsers to TypedConfigParser in a single method call

 

** Changed in: configglue
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of
Configglue developers, which is the registrant for configglue.
https://bugs.launchpad.net/bugs/461509

Title:
  Allow adding multiple parsers to TypedConfigParser in a single method
  call

Status in configglue:
  Fix Released

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/configglue/+bug/461509/+subscriptions