summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2024-12-11 00:09:55 (GMT)
committerGitHub <noreply@github.com>2024-12-11 00:09:55 (GMT)
commit12b4f1a5a175d4dcec27631fce2883038f0917ae (patch)
tree3fc1e27178bb57eb9a8f24d0f9713828771d28b4 /Objects
parent51216857ca8283f5b41c8cf9874238da56da4968 (diff)
downloadcpython-12b4f1a5a175d4dcec27631fce2883038f0917ae.zip
cpython-12b4f1a5a175d4dcec27631fce2883038f0917ae.tar.gz
cpython-12b4f1a5a175d4dcec27631fce2883038f0917ae.tar.bz2
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.
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions