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 tarek
Recipients r.david.murray, rubenlm, tarek
Date 2010-04-29.14:21:30
SpamBayes Score 0.00025820767
Marked as misclassified No
Message-id <1272550892.71.0.428028235324.issue8523@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at your example rubenlm, it appears like a case that is missing in rmtree().

You are trying to chmod your tree if a file in there cannot be removed because of the permissions. This sounds like something we need to add in rmtree() directly, for example under a "force_permissions" flag that would handle permission failures by trying to chmod.

I think rmtree() should not try to delegate the hard work to third party code, and should try to handle as much failures as possible, 
and just return errors.
History
Date User Action Args
2010-04-29 14:21:32tareksetrecipients: + tarek, r.david.murray, rubenlm
2010-04-29 14:21:32tareksetmessageid: <1272550892.71.0.428028235324.issue8523@psf.upfronthosting.co.za>
2010-04-29 14:21:30tareklinkissue8523 messages
2010-04-29 14:21:30tarekcreate