cpython/Lib/test/test_pathlib
Barney Gale 12b4f1a5a1
GH-127381: pathlib ABCs: remove PathBase.samefile() and rarer is_*() (#127709)
Remove `PathBase.samefile()`, which is fairly specific to the local FS, and
relies on `stat()`, which we're aiming to remove from `PathBase`.

Also remove `PathBase.is_mount()`, `is_junction()`, `is_block_device()`,
`is_char_device()`, `is_fifo()` and `is_socket()`. These rely on POSIX
file type numbers that we're aiming to remove from the `PathBase` API.
2024-12-11 00:09:55 +00:00
..
__init__.py
test_pathlib.py GH-127381: pathlib ABCs: remove PathBase.samefile() and rarer is_*() (#127709) 2024-12-11 00:09:55 +00:00
test_pathlib_abc.py GH-127381: pathlib ABCs: remove PathBase.samefile() and rarer is_*() (#127709) 2024-12-11 00:09:55 +00:00