]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Renamed many options to be consistent across commands.
authorGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:38:18 +0000 (12:38 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:38:18 +0000 (12:38 +0000)
commite6ac2fcc125621d4dea4240b3b1e9572d8c8e0ab
treebbed10dc95483f1af9a84877fe1421dde33b3cef
parentdf178f97de0a03b40ee1cb0772d1546bf466dd26
Renamed many options to be consistent across commands.
Tweaked some help strings to be consistent with documentation.
Don't call 'set_final_options()' in 'run()' anymore -- that's now
  guaranteed to be taken care of for us by the Distribution instance.
Lib/distutils/command/build.py
Lib/distutils/command/install.py
Lib/distutils/command/install_ext.py
Lib/distutils/command/install_lib.py
Lib/distutils/command/install_py.py