mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
bbd6d17ef8
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.