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 eng793
Recipients eng793, jwilk
Date 2012-09-06.22:35:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346970953.26.0.916911387993.issue15872@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, confirmed. When checking whether the provided path is a directory, rmtree does not check whether ignore_errors is set. According to the docstring, "If ignore_errors is set, errors are ignored". Presumably this means any error, in which case this is not the desired behaviour.

The attached patch fixes this.
History
Date User Action Args
2012-09-06 22:35:53eng793setrecipients: + eng793, jwilk
2012-09-06 22:35:53eng793setmessageid: <1346970953.26.0.916911387993.issue15872@psf.upfronthosting.co.za>
2012-09-06 22:35:52eng793linkissue15872 messages
2012-09-06 22:35:52eng793create