mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
884df454b2
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.