mirror of
https://github.com/python/cpython.git
synced 2025-10-27 19:54:38 +00:00
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. |
||
|---|---|---|
| .. | ||
| command | ||
| __init__.py | ||
| core.py | ||
| errors.py | ||
| fancy_getopt.py | ||
| sysconfig.py | ||
| text_file.py | ||
| util.py | ||
| version.py | ||