cpython/Lib/pathlib
Barney Gale a4459c34ea
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.
2025-01-28 20:22:55 +00:00
..
__init__.py GH-127807: pathlib ABCs: remove PathBase._unsupported_msg() (#127855) 2024-12-12 17:39:24 +00:00
_abc.py GH-127381: pathlib ABCs: remove JoinablePath.match() (#129147) 2025-01-28 20:22:55 +00:00
_local.py GH-127381: pathlib ABCs: remove JoinablePath.match() (#129147) 2025-01-28 20:22:55 +00:00
_os.py GH-127807: pathlib ABCs: move private copying methods to dedicated class (#127810) 2024-12-22 02:22:08 +00:00
_types.py GH-128520: Divide pathlib ABCs into three classes (#128523) 2025-01-11 19:27:47 +00:00