Re: [Python-Dev] Application configuration (was: PEP 389: argparse)

2009-09-28 Thread Olemis Lang
On Mon, Sep 28, 2009 at 10:33 AM, Oleg Broytman wrote: > On Mon, Sep 28, 2009 at 09:23:22AM -0600, m h wrote: > >> Does anyone else have interest in such functionality?  Is it outside >> the realm of this PEP? > >   It is outside the scope of this particular PEP, but it is certainly an > interesti

Re: [Python-Dev] Application configuration (was: PEP 389: argparse)

2009-09-28 Thread Oleg Broytman
On Mon, Sep 28, 2009 at 09:23:22AM -0600, m h wrote: > Perhaps this is OT, but since command line parsing is part of > configuration, I figure I'd throw it out there. My scripts often have > configuration that the command line can override and I loosely follow > the example hierarchy[0] listed in