cpython/Lib/pathlib
Barney Gale c78729f2df
GH-127381: pathlib ABCs: remove PathBase.stat() (#128334)
Remove the `PathBase.stat()` method. Its use of the `os.stat_result` API,
with its 10 mandatory fields and low-level types, makes it an awkward fit
for virtual filesystems.

We'll look to add a `PathBase.info` attribute later - see GH-125413.
2024-12-29 21:42:07 +00:00
..
__init__.py GH-127807: pathlib ABCs: remove PathBase._unsupported_msg() (#127855) 2024-12-12 17:39:24 +00:00
_abc.py GH-127381: pathlib ABCs: remove PathBase.stat() (#128334) 2024-12-29 21:42:07 +00:00
_local.py GH-127381: pathlib ABCs: remove PathBase.stat() (#128334) 2024-12-29 21:42:07 +00:00
_os.py GH-127807: pathlib ABCs: move private copying methods to dedicated class (#127810) 2024-12-22 02:22:08 +00:00
_types.py GH-127807: pathlib ABCs: remove PurePathBase._raw_paths (#127883) 2024-12-22 01:17:59 +00:00