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 belopolsky, draghuram, gustavo, tarek
Date 2008-04-27.23:16:51
SpamBayes Score 0.014769093
Marked as misclassified No
Message-id <1209338213.6.0.15018011091.issue2663@psf.upfronthosting.co.za>
In-reply-to
Content
while working on the patch to add the same feature in rmtree, I realized
this is a non sense since the root folder itself is removed at the end
of the function when all its content is removed.

So, unless we change this behavior, which I doubt it is a good idea, it
won't be possible.

Maybe another API could be added in shutil, in order to do any kind of
treatment in a tree, like removing files, or whatever, and without
copying it like copytree does.
History
Date User Action Args
2008-04-27 23:16:54tareksetspambayes_score: 0.0147691 -> 0.014769093
recipients: + tarek, belopolsky, gustavo, draghuram
2008-04-27 23:16:53tareksetspambayes_score: 0.0147691 -> 0.0147691
messageid: <1209338213.6.0.15018011091.issue2663@psf.upfronthosting.co.za>
2008-04-27 23:16:52tareklinkissue2663 messages
2008-04-27 23:16:51tarekcreate