Cheryl Sabella <cheryl.sabe...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue23205>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to