]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rearranged things so that compilation of .py files is the responsibility
authorGreg Ward <gward@python.net>
Sun, 2 May 1999 21:39:13 +0000 (21:39 +0000)
committerGreg Ward <gward@python.net>
Sun, 2 May 1999 21:39:13 +0000 (21:39 +0000)
commit0f72695da324d4cc24ebbeb4873c23d01f97f861
tree4ea1e1c5332f2957f923c49e5b43d1f921c9fb6f
parent85460a58f8935b56ad5fa3aae5c3545a444d0ace
Rearranged things so that compilation of .py files is the responsibility
of the 'install_py' command rather than 'build_py'.  Obviously, this
meant that the 'build_py' and 'install_py' modules had to change; less
obviously, so did 'install' and 'build', since these higher-level
commands must make options available to control the lower-level
commands, and some compilation-related options had to migrate with the
code.
Lib/distutils/command/build.py
Lib/distutils/command/build_py.py
Lib/distutils/command/install.py
Lib/distutils/command/install_lib.py
Lib/distutils/command/install_py.py