]> granicus.if.org Git - python/commit
Changed to use the method versions of 'copy_file()', 'copy_tree()',
authorGreg Ward <gward@python.net>
Sun, 4 Apr 1999 02:46:29 +0000 (02:46 +0000)
committerGreg Ward <gward@python.net>
Sun, 4 Apr 1999 02:46:29 +0000 (02:46 +0000)
commit4070f50537fd1945d2ecbb9d4e72aeba7e72fa55
treea4ab0319733d1e159e39442d523712008a79f134
parentbd3bdde70bebd5f56f163dab7e6d8a04ff973013
Changed to use the method versions of 'copy_file()', 'copy_tree()',
and 'make_file()'-- that way, the verbose and dry-run flags are
handled for free.
Lib/distutils/command/build_py.py
Lib/distutils/command/install_lib.py
Lib/distutils/command/install_py.py