Message237636
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 |
|
Date |
User |
Action |
Args |
2015-03-09 11:04:05 | vstinner | set | recipients:
+ vstinner, benhoyt |
2015-03-09 11:04:05 | vstinner | set | messageid: <1425899045.25.0.340573753993.issue23605@psf.upfronthosting.co.za> |
2015-03-09 11:04:05 | vstinner | link | issue23605 messages |
2015-03-09 11:04:05 | vstinner | create | |
|