June 16, 2020
6:11 p.m.
Guido van Rossum <guido@python.org> added the comment: Sounds good. FWIW, and totally off-topic, I find it annoying that pathlib's .glob() method supports ** in patterns, but its cousing .match() does not:
p = pathlib.Path("Lib/test/support/os_helper.py") p.match("Lib/**/*.py") False
---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue22167> _______________________________________