Message233810
| Author | terry.reedy |
|---|---|
| Recipients | Al.Sweigart, terry.reedy |
| Date | 2015-01-10.09:29:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1420882189.35.0.173240027393.issue23205@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have been putting off re-writing findfiles because it partly duplicates os.listdir, which should perhaps be used instead, except that a new, improved, os.scandir is in the works: PEP 471 and #22524. I believe filefiles currently searches depth first, whereas I would generally prefer breadth first. For instance, I would like all hits in /lib together and then hits in /lib/idlelib, /lib/test, /lib/tinter, etc. What do you think? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-01-10 09:29:49 | terry.reedy | set | recipients: + terry.reedy, Al.Sweigart |
| 2015-01-10 09:29:49 | terry.reedy | set | messageid: <1420882189.35.0.173240027393.issue23205@psf.upfronthosting.co.za> |
| 2015-01-10 09:29:49 | terry.reedy | link | issue23205 messages |
| 2015-01-10 09:29:49 | terry.reedy | create | |