[issue29249] Pathlib glob ** bug

Andrew Dunai report at bugs.python.org
Thu Jan 12 06:11:22 EST 2017


Andrew Dunai added the comment:

Isn't this intended? According to https://docs.python.org/2/library/glob.html and wiki, typical UNIX glob pattern does not have the reqursive matching operator (`**`).

----------
nosy: +Andrew Dunai

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29249>
_______________________________________


More information about the Python-bugs-list mailing list