diff options
author | Barney Gale <barney.gale@gmail.com> | 2024-12-11 00:09:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-11 00:09:55 (GMT) |
commit | 12b4f1a5a175d4dcec27631fce2883038f0917ae (patch) | |
tree | 3fc1e27178bb57eb9a8f24d0f9713828771d28b4 /Objects | |
parent | 51216857ca8283f5b41c8cf9874238da56da4968 (diff) | |
download | cpython-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