Message237636
| 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: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 | |