This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benhoyt
Recipients benhoyt, pitrou, socketpair, tim.golden, vstinner
Date 2014-09-30.14:42:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-09-30 14:42:42benhoytsetrecipients: + benhoyt, pitrou, vstinner, tim.golden, socketpair
2014-09-30 14:42:42benhoytsetmessageid: <1412088162.24.0.84630531931.issue22524@psf.upfronthosting.co.za>
2014-09-30 14:42:42benhoytlinkissue22524 messages
2014-09-30 14:42:41benhoytcreate