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

Nick Coghlan report at bugs.python.org
Tue Sep 30 16:47:15 CEST 2014


Nick Coghlan added the comment:

This approach has been rejected in favour of the accepted PEP 471 proposal to add os.scandir() (issue #22524)

----------
resolution:  -> rejected
stage: needs patch -> resolved
status: open -> closed
superseder:  -> PEP 471 implementation: os.scandir() directory scanning function

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


More information about the Python-bugs-list mailing list