[issue26032] Use scandir() to speed up pathlib globbing

Guido van Rossum report at bugs.python.org
Wed Jan 6 18:12:11 EST 2016


Guido van Rossum added the comment:

The DirEntry docs say for most methods "In most cases, no system call is
required" which is pretty non-committal. :-( The only firm promise is for
inode(), which is pretty useless.

----------

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


More information about the Python-bugs-list mailing list