[issue26115] pathlib.glob('**') returns only directories

2016-02-03 Thread JitterMan
JitterMan added the comment: It may be what the documentation says it will do, but is not what it should do. I believe that because: 1. Currently ** in pathlib matches only directories, but **.py matches files. That seems inconsistent. 2. In bash, and csh, ** matches files and directories. To

[issue26115] pathlib.glob('**') returns only directories

2016-02-03 Thread SilentGhost
Changes by SilentGhost : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list

[issue26115] pathlib.glob('**') returns only directories

2016-01-14 Thread SilentGhost
SilentGhost added the comment: It is, however, exactly what documentation says it should do: > The “**” pattern means “this directory and all subdirectories, recursively”. -- nosy: +SilentGhost resolution: -> not a bug stage: -> resolved status: open -> closed