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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to