]> granicus.if.org Git - python/commit
Patch from Bastien Kleineidam:
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 12 May 2000 00:52:23 +0000 (00:52 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 12 May 2000 00:52:23 +0000 (00:52 +0000)
commitb2e3bb3d6aaf4ef04211b932c64ef9cd5adc56bb
treee8d4e539fef4c83ccbf22ee1169a8e21cc25ddc9
parentbb8c71d56370a97d2c9b5db0935475f1c99d422a
Patch from Bastien Kleineidam:
adds the 'install_data' and 'install_scripts' commands; these two
are trivial thanks to the 'install_misc' base class in cmd.py.
(Minor tweaks and commentary by me; the code is untested so far.)
Lib/distutils/cmd.py
Lib/distutils/command/__init__.py
Lib/distutils/command/install.py
Lib/distutils/command/install_data.py [new file with mode: 0644]
Lib/distutils/command/install_scripts.py [new file with mode: 0644]
Lib/distutils/dist.py