[issue45889] pathlib: Path.match does not work on paths

Éric Araujo report at bugs.python.org
Fri Nov 26 14:43:49 EST 2021


Éric Araujo <merwok at netwok.org> added the comment:

FWIW I think in the same way as Ronald.

A pattern is not a path, it’s a string expressing rules.
If it matches, the results are paths, but that does not make the pattern a path.

----------
nosy: +eric.araujo

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45889>
_______________________________________


More information about the Python-bugs-list mailing list