]> granicus.if.org Git - python/commit
Added 'dry_run' flag to most functions (to support the "shadow methods"
authorGreg Ward <gward@python.net>
Sun, 4 Apr 1999 02:54:20 +0000 (02:54 +0000)
committerGreg Ward <gward@python.net>
Sun, 4 Apr 1999 02:54:20 +0000 (02:54 +0000)
commite765a3bb61073c4a08acb863e2c897aa2c5bb1db
treee06c66dbb027b7eb31743658ef8aec42e1c4e629
parent4070f50537fd1945d2ecbb9d4e72aeba7e72fa55
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.
Lib/distutils/util.py