Greg Ward added the comment:

In 3.3 and earlier, copytree() crashes roughly as described in issue1545, with 
shutil.Error that wraps the underlying "Operation not permitted" error from 
trying to chmod() something in a VFAT filesystem. Since this appears to 
accurately reflect what's coming from the kernel, I don't *think* this is a 
bug. Only the AttributeError, which is new in 3.4, is clearly a bug.

----------
keywords: +3.4regression

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

Reply via email to