SIGN IN SIGN UP

GH-130614: pathlib ABCs: support alternate separator in `full_match()` (#130991)

In `pathlib.types._JoinablePath.full_match()`, treat alternate path
separators in the path and pattern as if they were primary separators. e.g.
if the parser is `ntpath`, then `P(r'foo/bar\baz').full_match(r'*\*/*')` is
true.
B
Barney Gale committed
bbd6d17ef85e5de885cdfab0ae567184ba1550ff
Parent: ba64cc5
Committed by GitHub <noreply@github.com> on 3/9/2025, 4:36:59 PM