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 serhiy.storchaka
Recipients docs@python, jftuga, python-dev, rhettinger, serhiy.storchaka
Date 2020-04-03.22:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585951220.87.0.705732468649.issue40160@roundup.psfhosted.org>
In-reply-to
Content
I do not think there is clearer example of topdown=False than recursive remove.

If you think that this example is destructive, consider how destructive is any possible example for shutil.rmtree()!
History
Date User Action Args
2020-04-03 22:00:20serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, docs@python, python-dev, jftuga
2020-04-03 22:00:20serhiy.storchakasetmessageid: <1585951220.87.0.705732468649.issue40160@roundup.psfhosted.org>
2020-04-03 22:00:20serhiy.storchakalinkissue40160 messages
2020-04-03 22:00:20serhiy.storchakacreate