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, cheryl.sabella, terry.reedy
Date 2019-03-23.07:46:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553327166.44.0.789531027486.issue23205@roundup.psfhosted.org>
In-reply-to
Content
Commit as-is.  I will consider the Path.glob findfiles while working on #36323.  Like walk, it yields in breadth first order.  Unlike walk, it requires relative paths (which #37323 may need anyway) and needs code to deal with that.

I like the breadth first listing from glob.  Would it make any sense to give users a choice?  What does unix grep do?
History
Date User Action Args
2019-03-23 07:46:06terry.reedysetrecipients: + terry.reedy, Al.Sweigart, cheryl.sabella
2019-03-23 07:46:06terry.reedysetmessageid: <1553327166.44.0.789531027486.issue23205@roundup.psfhosted.org>
2019-03-23 07:46:06terry.reedylinkissue23205 messages
2019-03-23 07:46:06terry.reedycreate