]> granicus.if.org Git - python/commit
Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully,
authorGreg Ward <gward@python.net>
Sat, 30 Sep 2000 17:29:35 +0000 (17:29 +0000)
committerGreg Ward <gward@python.net>
Sat, 30 Sep 2000 17:29:35 +0000 (17:29 +0000)
commit0d4a85310937f686d70188dabe3aacde8703e47a
treecc41c8ab97878827c0bb15ea1814eaf99b07f7bd
parentec84c21ce2d022ea95bb67ab711f7580036611e5
Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully,
this will please everyone (as if that's possible).
Lib/distutils/file_util.py