]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed so options from config files and command lines actually work:
authorGreg Ward <gward@python.net>
Tue, 23 May 2000 03:47:35 +0000 (03:47 +0000)
committerGreg Ward <gward@python.net>
Tue, 23 May 2000 03:47:35 +0000 (03:47 +0000)
commit474607777d10562679b1640d3831290b0c4284f7
tree9d1f345ceb8196b750eacde1df62cd256aea202c
parent7cb42cd0700fa9a0f15a0f9ebf8a86383ffee105
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
Lib/distutils/dist.py