cpython/Lib/test/test_pathlib
Barney Gale a959ea1b0a
GH-127807: pathlib ABCs: remove PurePathBase._raw_paths (#127883)
Remove the `PurePathBase` initializer, and make `with_segments()` and
`__str__()` abstract. This allows us to drop the `_raw_paths` attribute,
and also the `Parser.join()` protocol method.
2024-12-22 01:17:59 +00:00
..
__init__.py
test_pathlib.py GH-127807: pathlib ABCs: remove PurePathBase._raw_paths (#127883) 2024-12-22 01:17:59 +00:00
test_pathlib_abc.py GH-127807: pathlib ABCs: remove PurePathBase._raw_paths (#127883) 2024-12-22 01:17:59 +00:00