desbma <dutch...@gmail.com> added the comment:

Note that in the examples above both copytree calls actually succeed (only 
metadata copy failed).

The user can disable file metadata copy by passing 'copy_function=shutil.copy', 
but there is no way to do the same for directories and the directory copystat 
call 
https://github.com/python/cpython/blob/9bb6fe52742340f6c92f0dda18599a4577a94e18/Lib/shutil.py#L353
 fails.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32073>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to