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 jkloth
Recipients brian.curtin, jkloth, pitrou, r.david.murray, steve.dower, tim.golden, vstinner
Date 2013-11-27.18:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385578582.52.0.960164513697.issue19629@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch changes support.rmtree to use os.lstat() instead of the builtin _isdir() to test for directory-ness of a path.
History
Date User Action Args
2013-11-27 18:56:22jklothsetrecipients: + jkloth, pitrou, vstinner, tim.golden, r.david.murray, brian.curtin, steve.dower
2013-11-27 18:56:22jklothsetmessageid: <1385578582.52.0.960164513697.issue19629@psf.upfronthosting.co.za>
2013-11-27 18:56:22jklothlinkissue19629 messages
2013-11-27 18:56:22jklothcreate