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 vstinner
Recipients abacabadabacaba, akira, alexei.romanov, benhoyt, giampaolo.rodola, josh.r, pitrou, python-dev, socketpair, tebeka, tim.golden, vstinner
Date 2015-03-08.01:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425779745.73.0.593803449206.issue22524@psf.upfronthosting.co.za>
In-reply-to
Content
I commited  scandir-8.patch with the documentation of scandir-5.patch. I wanted os.scandir() to be part of Python 3.5 alpha 2.

Thanks for your patience Ben ;-)

We should now watch buildbots to check how they appreciate os.scandir().
http://buildbot.python.org/all/waterfall?category=3.x.stable&category=3.x.unstable

Right now, test_os fails on Windows buildbots because of a regression of #23524. test_os.TestScandir succeeded on AMD64 Windows7 SP1 3.x.

We can maybe keep the issue open if someone still wants to enhance the C code, tests or the doc.
History
Date User Action Args
2015-03-08 01:55:45vstinnersetrecipients: + vstinner, tebeka, pitrou, giampaolo.rodola, tim.golden, benhoyt, abacabadabacaba, akira, socketpair, python-dev, josh.r, alexei.romanov
2015-03-08 01:55:45vstinnersetmessageid: <1425779745.73.0.593803449206.issue22524@psf.upfronthosting.co.za>
2015-03-08 01:55:45vstinnerlinkissue22524 messages
2015-03-08 01:55:45vstinnercreate