]> granicus.if.org Git - python/commit
Factored out code for extracting-or-creating one of the option
authorGreg Ward <gward@python.net>
Fri, 26 May 2000 01:00:15 +0000 (01:00 +0000)
committerGreg Ward <gward@python.net>
Fri, 26 May 2000 01:00:15 +0000 (01:00 +0000)
commit0e48cfd2c5735a500d638aed929c3207173a4f9e
tree16aa4aa242043097b17bb48606bb3112314324da
parent37af1c380714d6f67d99d84ce9c28759ecfd311c
Factored out code for extracting-or-creating one of the option
  dictionaries in 'self.command_options' to 'get_option_dict()'.
Simplified code in 'parse_config_files()' and 'parse_command_line()'
  accordingly.
Fixed code in constructor that processes the 'options' dictionary
  from the setup script so it actually works: uses the new
  'self.command_options' dictionary rather than creating command
  objects and calling 'set_option()' on them.
Lib/distutils/dist.py