[issue23605] Use the new os.scandir() function in os.walk()

STINNER Victor report at bugs.python.org
Fri Mar 13 14:16:56 CET 2015


STINNER Victor added the comment:

>> 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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23605>
_______________________________________


More information about the Python-bugs-list mailing list