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 benhoyt, vstinner
Date 2015-03-09.11:04:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425899045.25.0.340573753993.issue23605@psf.upfronthosting.co.za>
In-reply-to
Content
Note: glob.glob() might be faster with os.scandir() on very large directories. But on my benchmarks, listdir() was always faster than scandir() when only the name of directory entries i used. Maybe we need an option glob.glob(pattern, scandir=True) :-p
History
Date User Action Args
2015-03-09 11:04:05vstinnersetrecipients: + vstinner, benhoyt
2015-03-09 11:04:05vstinnersetmessageid: <1425899045.25.0.340573753993.issue23605@psf.upfronthosting.co.za>
2015-03-09 11:04:05vstinnerlinkissue23605 messages
2015-03-09 11:04:05vstinnercreate