[issue11406] There is no os.listdir() equivalent returning generator instead of list

Nick Coghlan report at bugs.python.org
Thu May 2 11:48:54 CEST 2013


Nick Coghlan added the comment:

I've had the local Red Hat release engineering team express their displeasure at having to stat every file in a network mounted directory tree for info that is present in the dirent structure, so a definite +1 to os.scandir from me, so long as it makes that info available.

----------
nosy: +ncoghlan

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


More information about the Python-bugs-list mailing list