This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Gumnos, Roger Erens, docs@python, gvanrossum, r.david.murray, roysmith, serhiy.storchaka, steven.daprano
Date 2020-06-16.18:11:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592331106.15.0.387002003584.issue22167@roundup.psfhosted.org>
In-reply-to
Content
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
>>>
History
Date User Action Args
2020-06-16 18:11:46gvanrossumsetrecipients: + gvanrossum, roysmith, steven.daprano, r.david.murray, docs@python, Gumnos, serhiy.storchaka, Roger Erens
2020-06-16 18:11:46gvanrossumsetmessageid: <1592331106.15.0.387002003584.issue22167@roundup.psfhosted.org>
2020-06-16 18:11:46gvanrossumlinkissue22167 messages
2020-06-16 18:11:46gvanrossumcreate