FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

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

Merged
barneygale merged 2 commits into
python:mainfrom
barneygale:gh-127381-exists
Mar 1, 2025
Merged

GH-127381: pathlib ABCs: remove ReadablePath.exists() and is_*()#130520
barneygale merged 2 commits into
python:mainfrom
barneygale:gh-127381-exists

Conversation

barneygale commented Feb 24, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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

…_*()`

Remove `ReadablePath` methods duplicated by `ReadablePath.info`. To be
specific, we remove `exists()`, `is_dir()`, `is_file()` and `is_symlink()`.
barneygale marked this pull request as ready for review February 26, 2025 21:34
barneygale merged commit a55dffd into python:main Mar 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL