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 Jovik
Recipients Jovik, ivan.radic, paul.moore, r.david.murray, tim.golden, zach.ware
Date 2014-03-17.14:09:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395065368.63.0.731782072584.issue19643@psf.upfronthosting.co.za>
In-reply-to
Content
This could be at least part of docs; I found that people tend to avoid shutil.rmtree(...) on Windows because of such issues. Some of them call subprocess("rmdir /S /Q <path>") to get desired behavior.
History
Date User Action Args
2014-03-17 14:09:28Joviksetrecipients: + Jovik, paul.moore, tim.golden, r.david.murray, zach.ware, ivan.radic
2014-03-17 14:09:28Joviksetmessageid: <1395065368.63.0.731782072584.issue19643@psf.upfronthosting.co.za>
2014-03-17 14:09:28Joviklinkissue19643 messages
2014-03-17 14:09:28Jovikcreate