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 rhettinger
Recipients docs@python, jftuga, python-dev, rhettinger
Date 2020-04-03.21:48:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585950531.07.0.0644342193106.issue40160@roundup.psfhosted.org>
In-reply-to
Content
One possibility is a gathering cumulative directory statistics that include totals from all descendants (i.e. how many bytes of files would you save by removing the directory with rm -rf).

Outside of aggregating statistics, the normal reason to use topdown=False is when paths are being mutated.
History
Date User Action Args
2020-04-03 21:48:51rhettingersetrecipients: + rhettinger, docs@python, python-dev, jftuga
2020-04-03 21:48:51rhettingersetmessageid: <1585950531.07.0.0644342193106.issue40160@roundup.psfhosted.org>
2020-04-03 21:48:51rhettingerlinkissue40160 messages
2020-04-03 21:48:51rhettingercreate