cpython/Lib/test/test_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
test_pathlib.py GH-127381: pathlib ABCs: remove PathBase.stat() (#128334) 2024-12-29 21:42:07 +00:00
test_pathlib_abc.py GH-127381: pathlib ABCs: remove PathBase.stat() (#128334) 2024-12-29 21:42:07 +00:00