This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gward
Recipients gward
Date 2014-06-15.21:40:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402868421.76.0.17615842884.issue21775@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-06-15 21:40:21gwardsetrecipients: + gward
2014-06-15 21:40:21gwardsetmessageid: <1402868421.76.0.17615842884.issue21775@psf.upfronthosting.co.za>
2014-06-15 21:40:21gwardlinkissue21775 messages
2014-06-15 21:40:21gwardcreate