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

copy2 always raises "OSError: [Errno 95] Operation not supported" here 
https://github.com/python/cpython/blob/9bb6fe52742340f6c92f0dda18599a4577a94e18/Lib/shutil.py#L258
 but I can work around that by passing copy_function=shutil.copy to copytree as 
I did above.

The problem is that there is currently no way to avoid the copystat call made 
on the directory itself.

----------

_______________________________________
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