SIGN IN SIGN UP

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.
B
Barney Gale committed
a4459c34ea4270311f0b7e22f1203af5ccc39875
Parent: d23f570
Committed by GitHub <noreply@github.com> on 1/28/2025, 8:22:55 PM