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 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:49terry.reedysetrecipients: + terry.reedy, Al.Sweigart
2015-01-10 09:29:49terry.reedysetmessageid: <1420882189.35.0.173240027393.issue23205@psf.upfronthosting.co.za>
2015-01-10 09:29:49terry.reedylinkissue23205 messages
2015-01-10 09:29:49terry.reedycreate