]> granicus.if.org Git - python/commit
Some far-reaching naming changes:
authorGreg Ward <gward@python.net>
Sat, 27 May 2000 17:27:23 +0000 (17:27 +0000)
committerGreg Ward <gward@python.net>
Sat, 27 May 2000 17:27:23 +0000 (17:27 +0000)
commit4fb29e55f8f53e60b36eae3fbe56e9666aacc9c5
treec117c1d3a5eb065b8bcd0144f8c3a26a871365ff
parent25bfd0e8d00d2e601f38f163c9cb6f7c862abd2f
Some far-reaching naming changes:
  * Command method 'find_peer()' -> 'get_finalized_command()'
  * Command method 'run_peer()' -> 'run_command()'
Also deleted the 'get_command_option()' method from Command, and
  fixed the one place where it was used (in "bdist_dumb").
Lib/distutils/cmd.py
Lib/distutils/command/bdist.py
Lib/distutils/command/bdist_dumb.py
Lib/distutils/command/bdist_rpm.py
Lib/distutils/command/build.py
Lib/distutils/command/build_ext.py
Lib/distutils/command/install.py
Lib/distutils/command/install_lib.py
Lib/distutils/command/install_scripts.py
Lib/distutils/command/sdist.py
Lib/distutils/dist.py