[issue29249] Pathlib glob ** bug
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 <http://bugs.python.org/issue29
[issue29249] Pathlib glob ** bug
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 ** b