commit | e765a3bb61073c4a08acb863e2c897aa2c5bb1db | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun Apr 04 02:54:20 1999 +0000 |
committer | Greg Ward <gward@python.net> | Sun Apr 04 02:54:20 1999 +0000 |
tree | e06c66dbb027b7eb31743658ef8aec42e1c4e629 | |
parent | 4070f50537fd1945d2ecbb9d4e72aeba7e72fa55 [diff] |
Added 'dry_run' flag to most functions (to support the "shadow methods" that wrap them in the Command class). Fixed 'copy_file()' to use '_copy_file_contents()', not 'copyfile()' from shutil module -- no reference to shutil anymore. Added "not copying" announcement in 'copy_file()'. Wee comment fix.