| commit | 474607777d10562679b1640d3831290b0c4284f7 | [log] [tgz] |
|---|---|---|
| author | Greg Ward <gward@python.net> | Tue May 23 03:47:35 2000 +0000 |
| committer | Greg Ward <gward@python.net> | Tue May 23 03:47:35 2000 +0000 |
| tree | 9d1f345ceb8196b750eacde1df62cd256aea202c | |
| parent | 7cb42cd0700fa9a0f15a0f9ebf8a86383ffee105 [diff] |
Fixed so options from config files and command lines actually work:
* 'get_command_obj()' now sets command attributes based on
the 'command_options' dictionary
* some typos fixed
* kludged 'parse_config_files()' to re-initialize the ConfigParser
instance after each file, so we know for sure which config
file each option comes form
* added lots of handy debugging output