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

Gregory P. Smith report at bugs.python.org
Sun Mar 31 23:09:02 CEST 2013


Gregory P. Smith added the comment:

Here's an updated patch that fixes the windows build based on twouters' comments. It goes ahead and removes the old C implementation of listdir in favor of the trivial Python wrapping of scandir.

----------
Added file: http://bugs.python.org/file29638/issue11406-gps02.diff

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


More information about the Python-bugs-list mailing list