]> granicus.if.org Git - python/commit
Renamed 'dir' option to be consistent with other commands.
authorGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:44:57 +0000 (12:44 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:44:57 +0000 (12:44 +0000)
commit2a612067e60a98f05d39b39f4a7a5a7a8065bfc9
treeb8adbec69ab1ec942cee97dafb667101a13992ba
parente6ac2fcc125621d4dea4240b3b1e9572d8c8e0ab
Renamed 'dir' option to be consistent with other commands.
Don't call 'set_final_options()' in 'run()' anymore -- that's now
  guaranteed to be taken care of for us by the Distribution instance.
Rearranged to bit to allow outsiders (specifically, the 'dist' command)
  to find out what modules we would build:
  - 'find_modules()' renamed to 'find_package_modules()'
  - most of 'build_modules()' abstracted out to 'find_modules()'
  - added 'get_source_files()' (for the 'dist' command to use)
  - drastically simplified 'build_modules()' -- now just a wrapper around
    'find_modules()' and 'build_module()'
Lib/distutils/command/build_py.py