-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-119054: Add "Querying file type and status" section to pathlib docs #119055
Conversation
…ib docs Add a dedicated subsection for `Path.stat()`-related methods, specifically `stat()`, `lstat()`, `exists()`, `is_*()`, and `samefile()`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, I learned more about Pathlib and rST from this PR !
Thanks very much for the review :) |
Thanks @barneygale for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks @barneygale for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @barneygale, I could not cleanly backport this to
|
Sorry, @barneygale, I could not cleanly backport this to
|
…ib docs (python#119055) Add a dedicated subsection for `Path.stat()`-related methods, specifically `stat()`, `lstat()`, `exists()`, `is_*()`, and `samefile()`. (cherry picked from commit 81d6336)
…o pathlib docs (pythonGH-119055) Add a dedicated subsection for `Path.stat()`-related methods, specifically `stat()`, `lstat()`, `exists()`, `is_*()`, and `samefile()`.. (cherry picked from commit 81d6336) Co-authored-by: Barney Gale <barney.gale@gmail.com>
GH-119951 is a backport of this pull request to the 3.13 branch. |
…ib docs (python#119055) Add a dedicated subsection for `Path.stat()`-related methods, specifically `stat()`, `lstat()`, `exists()`, `is_*()`, and `samefile()`. (cherry picked from commit 81d6336)
…o pathlib docs (pythonGH-119055) Add a dedicated subsection for `Path.stat()`-related methods, specifically `stat()`, `lstat()`, `exists()`, `is_*()`, and `samefile()`.. (cherry picked from commit 81d6336) Co-authored-by: Barney Gale <barney.gale@gmail.com>
GH-119952 is a backport of this pull request to the 3.12 branch. |
…ib docs (python#119055) Add a dedicated subsection for `Path.stat()`-related methods, specifically `stat()`, `lstat()`, `exists()`, `is_*()`, and `samefile()`.
Add a dedicated subsection for
Path.stat()
-related methods, specificallystat()
,lstat()
,exists()
,is_*()
, andsamefile()
.📚 Documentation preview 📚: https://cpython-previews--119055.org.readthedocs.build/