[issue29249] Pathlib glob ** bug

2017-01-12 Thread Jon Walsh
Jon Walsh added the comment: Seems a bit strange to not have glob() and match() working the same though. Is there any reason for that? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29249] Pathlib glob ** bug

2017-01-12 Thread Jon Walsh
New submission from Jon Walsh: >>> from pathlib import Path >>> Path("a/b/c/d/e.txt").match('a/*/**/*') False -- components: Library (Lib) messages: 285297 nosy: Jon Walsh priority: normal severity: normal status: open title: Pathlib glob ** bug type: b