◐ Shell
clean mode source ↗

GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` by barneygale · Pull Request #130520 · python/cpython

…_*()`

Remove `ReadablePath` methods duplicated by `ReadablePath.info`. To be
specific, we remove `exists()`, `is_dir()`, `is_file()` and `is_symlink()`.

@barneygale