SIGN IN SIGN UP

GH-127381: pathlib ABCs: remove `ReadablePath.exists()` and `is_*()` (#130520)

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

The public `Path` class retains these methods.
B
Barney Gale committed
a55dffd66dbddfd50c8f3de195218d041d26bd3c
Parent: 5181ddb
Committed by GitHub <noreply@github.com> on 3/1/2025, 9:24:19 PM