Message338691
| 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:13 | cheryl.sabella | set | recipients: + cheryl.sabella, terry.reedy, Al.Sweigart, miss-islington |
| 2019-03-23 17:51:13 | cheryl.sabella | set | messageid: <1553363473.08.0.619838072083.issue23205@roundup.psfhosted.org> |
| 2019-03-23 17:51:13 | cheryl.sabella | link | issue23205 messages |
| 2019-03-23 17:51:12 | cheryl.sabella | create | |