diff options
author | Greg Ward <gward@python.net> | 2000-05-20 15:17:09 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-05-20 15:17:09 (GMT) |
commit | a4adafd55b870fbd08b876b10eb2f64903039a57 (patch) | |
tree | 37261009c0a2b91ecb1798a776fcd0a15e1b0268 /Lib/distutils/file_util.py | |
parent | f355d473fa477ece2c85f54bdcce38114cac4bee (diff) | |
download | cpython-a4adafd55b870fbd08b876b10eb2f64903039a57.zip cpython-a4adafd55b870fbd08b876b10eb2f64903039a57.tar.gz cpython-a4adafd55b870fbd08b876b10eb2f64903039a57.tar.bz2 |
Changed the semantics of the 'sub_commands' list: instead of function
objects, it now has method names.
Added three methods, 'has_lib()', 'has_scripts()', and 'has_data()'
to determine if we need to run each of the three possible sub-commands.
Added 'get_sub_commands()' to take care of finding the methods named
in 'sub_commands', running them, and interpreting the results to
build a list of sub-commands that actually have to be run.
Diffstat (limited to 'Lib/distutils/file_util.py')
0 files changed, 0 insertions, 0 deletions