]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Deleted some crufty comments and code.
authorGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:10:51 +0000 (02:10 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Mar 2000 02:10:51 +0000 (02:10 +0000)
commit8b2e95edd69cacafdfbcf00270065bd6444f3336
treef4c0bbfa73f112f6ee36a9ddbc040edc17a985b6
parent15a57a7cad6fd8d08e64a471b031829f1ab99abf
Deleted some crufty comments and code.
A host of improvements in preparation for the 'bdist' command:
  - added 'get_outputs()' method (all the other improvements were to support
    this addition)
  - made 'find_package_modules()' and 'find_modules()' return similar
    values (list of (package, module, module_filename) tuples)
  - factored 'find_all_modules()' out of 'get_source_files()' (needed
    by 'get_outputs()')
  - factored 'get_module_outfile()' out of 'build_module()' (also needed
    by 'get_outputs()')
  - various little tweaks, improvements, comment/doc updates
Lib/distutils/command/build_py.py