cpython/Lib/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 GH-127807: pathlib ABCs: remove `PathBase._unsupported_msg()` (#127855) 2024-12-12 17:39:24 +00:00
_abc.py GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883) 2024-12-22 01:17:59 +00:00
_local.py GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883) 2024-12-22 01:17:59 +00:00
_os.py GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897) 2024-08-24 15:11:39 +01:00
_types.py GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883) 2024-12-22 01:17:59 +00:00