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 vstinner
Recipients benhoyt, python-dev, scott.dial, serhiy.storchaka, vstinner
Date 2015-03-13.13:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426252616.94.0.281492247258.issue23605@psf.upfronthosting.co.za>
In-reply-to
Content
>> Are you testing the top-bottom or bottom-up?
> My benchmark.py calls os.walk() with topdown=True, which is the default.

Is it worth to mention in the os.walk() doc that topdown=False can be faster?
History
Date User Action Args
2015-03-13 13:16:56vstinnersetrecipients: + vstinner, scott.dial, benhoyt, python-dev, serhiy.storchaka
2015-03-13 13:16:56vstinnersetmessageid: <1426252616.94.0.281492247258.issue23605@psf.upfronthosting.co.za>
2015-03-13 13:16:56vstinnerlinkissue23605 messages
2015-03-13 13:16:56vstinnercreate