mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _os.py | ||
| types.py | ||