[New-bugs-announce] [issue22524] PEP 471 implementation: os.scandir() directory scanning function

Ben Hoyt report at bugs.python.org
Tue Sep 30 16:42:42 CEST 2014


New submission from Ben Hoyt:

Opening this to track the implementation of PEP 471: os.scandir() [1]. This supercedes Issue #11406 (and possibly others)?

The implementation is most of the way there, but not yet done as a CPythono 3.5 patch. Before I have a proper patch, it's available on GitHub [2] -- see posixmodule_scandir*.c, test/test_scandir.py, and os.rst.

[1] http://legacy.python.org/dev/peps/pep-0471/
[2] https://github.com/benhoyt/scandir

----------
components: Library (Lib)
messages: 227933
nosy: benhoyt, haypo, mmarkk, pitrou, tim.golden
priority: normal
severity: normal
status: open
title: PEP 471 implementation: os.scandir() directory scanning function
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list