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 eric.araujo
Recipients eric.araujo, piman, thomaswaldmann
Date 2011-08-09.15:36:21
SpamBayes Score 8.926741e-07
Marked as misclassified No
Message-id <1312904182.05.0.729749813074.issue1438480@psf.upfronthosting.co.za>
In-reply-to
Content
> In my opinion, anyone wanting to deal with low-level details like
> mtimes and modes is probably not using shutil

As a moderately experienced UNIX user, I would say that file permissions are not low-level details.  I see shutil functions as convenient wrappers to automate looping and calling a function, but I do care about file permissions.

If people are still interested in this modification, I think it would need a backward-compatible change, for example in the form of a new argument ignore_permission_errors, or a more generic onerror callback like rmtree has.
History
Date User Action Args
2011-08-09 15:36:22eric.araujosetrecipients: + eric.araujo, thomaswaldmann, piman
2011-08-09 15:36:22eric.araujosetmessageid: <1312904182.05.0.729749813074.issue1438480@psf.upfronthosting.co.za>
2011-08-09 15:36:21eric.araujolinkissue1438480 messages
2011-08-09 15:36:21eric.araujocreate