Re: Parse config file and command-line arguments, to get a single collection of options

2011-05-25 Thread Raymond Hettinger
On May 25, 9:38 pm, Ben Finney wrote: > Howdy all, > > Python's standard library has modules for configuration file parsing > (configparser) and command-line argument parsing (optparse, argparse). I > want to write a program that does both, but also: > > * Has a cascade of options: default option

Re: Python-list Digest, Vol 92, Issue 223

2011-05-25 Thread Richard Parker
> > On Thu, May 26, 2011 at 10:58 AM, Richard Parker > wrote: >> It's time to stop having flame wars about languages and embrace programmers >> who care enough about possible future readers of their code to thoroughly >> comment it. Comments are far more valuable than the actual language in which

<    1   2