]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-119054: Add "Querying file type and status" section to pathlib docs (GH...
authorBarney Gale <barney.gale@gmail.com>
Sun, 2 Jun 2024 19:37:01 +0000 (20:37 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 19:37:01 +0000 (20:37 +0100)
commit590fd9ccd4443b991f7b01134fb8486cf5f5a79c
tree156dae68fa74dbad562928d7239eb05b471b5e36
parentcfec22ce19042e3e8d2b3d5d9e4b4ba57daae886
[3.13] GH-119054: Add "Querying file type and status" section to pathlib docs (GH-119055) (#119951)

Add a dedicated subsection for `Path.stat()`-related methods, specifically
`stat()`, `lstat()`, `exists()`, `is_*()`, and `samefile()`.

(cherry picked from commit 81d63362302187e5cb838c9a7cd857181142e530)
Doc/library/pathlib.rst