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 Anthony Sottile
Recipients Anthony Sottile, eryksun, larry
Date 2015-12-23.00:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450830102.33.0.300007760611.issue25930@psf.upfronthosting.co.za>
In-reply-to
Content
When calling shutil.rmtree on windows on a readonly directory, the error handler is called with os.unlink as the first argument `func` which fails the check `func in (os.rmdir, os.remove)` which succeeded on previous python versions
History
Date User Action Args
2015-12-23 00:21:42Anthony Sottilesetrecipients: + Anthony Sottile, larry, eryksun
2015-12-23 00:21:42Anthony Sottilesetmessageid: <1450830102.33.0.300007760611.issue25930@psf.upfronthosting.co.za>
2015-12-23 00:21:42Anthony Sottilelinkissue25930 messages
2015-12-23 00:21:42Anthony Sottilecreate