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 cheryl.sabella
Recipients Al.Sweigart, cheryl.sabella, miss-islington, terry.reedy
Date 2019-03-23.17:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553363473.08.0.619838072083.issue23205@roundup.psfhosted.org>
In-reply-to
Content
On linux, grep does depth first, so searching for 'idle' from Lib.idlelib returns:

--- cut ---
help.py
history.py
idle.py
all of idle_test/
__init__.py
iomenu.py
--- cut ---

Although, within idle_test, the files aren't in alphabetical order.  Also, as you can see __init__ is before iomenu, so underscores seem to be ignored.  On SO, it looks like they suggest piping it to sort if one wants a given ordering.
History
Date User Action Args
2019-03-23 17:51:13cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy, Al.Sweigart, miss-islington
2019-03-23 17:51:13cheryl.sabellasetmessageid: <1553363473.08.0.619838072083.issue23205@roundup.psfhosted.org>
2019-03-23 17:51:13cheryl.sabellalinkissue23205 messages
2019-03-23 17:51:12cheryl.sabellacreate