diff options
author | Barney Gale <barney.gale@gmail.com> | 2025-01-28 20:22:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-28 20:22:55 +0000 |
commit | a4459c34ea4270311f0b7e22f1203af5ccc39875 (patch) | |
tree | 1a328e5dc2f7c6a4c2ce12c939683d71d4559c9b /Lib/test/lock_tests.py | |
parent | d23f5701ad2a64c7877bb37258420c417357423e (diff) | |
download | cpython-a4459c34ea4270311f0b7e22f1203af5ccc39875.tar.gz cpython-a4459c34ea4270311f0b7e22f1203af5ccc39875.zip |
GH-127381: pathlib ABCs: remove `JoinablePath.match()` (#129147)
Unlike `ReadablePath.[r]glob()` and `JoinablePath.full_match()`, the
`JoinablePath.match()` method doesn't support the recursive wildcard `**`,
and matches from the right when a fully relative pattern is given. These
quirks means its probably unsuitable for inclusion in the pathlib ABCs,
especially given `full_match()` handles the same use case.
Diffstat (limited to 'Lib/test/lock_tests.py')
0 files changed, 0 insertions, 0 deletions