]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added all the "external action" methods (to make handling the verbose
authorGreg Ward <gward@python.net>
Sun, 4 Apr 1999 02:58:07 +0000 (02:58 +0000)
committerGreg Ward <gward@python.net>
Sun, 4 Apr 1999 02:58:07 +0000 (02:58 +0000)
commit06ca948029492e277896e06fba3d9255ed2430c3
tree6021675c5e62bcb12281cea33c7ec6ff8064f1d4
parente765a3bb61073c4a08acb863e2c897aa2c5bb1db
Added all the "external action" methods (to make handling the verbose
and dry-run flags consistently painless): 'execute()', 'mkpath()',
'copy_file()', 'copy_tree()', 'make_file()', and stub for 'make_files()'
(not sure yet if it's useful).
Lib/distutils/core.py