]> granicus.if.org Git - python/commit
The 'copy_file()' and 'copy_tree()' functions in util.py now have
authorGreg Ward <gward@python.net>
Sun, 2 May 1999 21:42:05 +0000 (21:42 +0000)
committerGreg Ward <gward@python.net>
Sun, 2 May 1999 21:42:05 +0000 (21:42 +0000)
commit884df454b271cf8f433d36aa0613cf1c62288c8e
treeaa80857d657ffb2e176136653549445cff77460e
parent0f72695da324d4cc24ebbeb4873c23d01f97f861
The 'copy_file()' and 'copy_tree()' functions in util.py now have
meaningful return values: respectively, whether the copy was done, and
the list of files that were copied.  This meant some trivial changes in
core.py as well: the Command methods that mirror 'copy_file()' and
'copy_tree()' have to pass on their return values.
Lib/distutils/core.py
Lib/distutils/util.py