cpython/Lib/test/test_pathlib
Barney Gale a55dffd66d
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.
2025-03-01 21:24:19 +00:00
..
__init__.py
test_pathlib.py GH-127381: pathlib ABCs: remove ReadablePath.exists() and is_*() (#130520) 2025-03-01 21:24:19 +00:00
test_pathlib_abc.py GH-127381: pathlib ABCs: remove ReadablePath.exists() and is_*() (#130520) 2025-03-01 21:24:19 +00:00