]> granicus.if.org Git - python/commit
Ditched the whole notion of "alias options": this meant dropping the
authorGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:41:36 +0000 (18:41 +0000)
committerGreg Ward <gward@python.net>
Tue, 21 Sep 1999 18:41:36 +0000 (18:41 +0000)
commitdf0d33586d9c324cebb2193b8ccd0a6e30f7729c
treec99b21ae2e1b55ee9a71940a6e8ab745d8ba8b51
parentac1424a9ceb07cbd249c67e40bb1bf4ac38e8df1
Ditched the whole notion of "alias options": this meant dropping the
  'alias_options' table and getting rid of some hairy code in the
  Distribution constructor.
Resurrected the distribution options that describe the modules present
  in the module distribution ('py_modules', 'ext_modules'), and added
  a bunch more: 'packages', 'package_dir', 'ext_package', 'include_dirs',
  'install_path'.
Updated some comments.
Added 'warn()' method to Command.
'Command.get_command_name()' now stores generated command name in
  self.command_name.
Lib/distutils/core.py