cpython/Lib/pathlib
Barney Gale bbd6d17ef8
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.
2025-03-09 16:36:59 +00:00
..
__init__.py GH-128520: Merge pathlib._local into pathlib (#130748) 2025-03-07 19:24:57 +00:00
_os.py GH-130608: Remove dirs_exist_ok argument from pathlib.Path.copy() (#130610) 2025-02-28 19:29:20 +00:00
types.py GH-130614: pathlib ABCs: support alternate separator in full_match() (#130991) 2025-03-09 16:36:59 +00:00