]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-119054: Add "Querying file type and status" section to pathlib docs (GH...
authorBarney Gale <barney.gale@gmail.com>
Sun, 2 Jun 2024 19:38:00 +0000 (20:38 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 19:38:00 +0000 (20:38 +0100)
commit85020647c2a8c53dbdea2f6b31c5d5af85ca317d
treee5ea89d3abeb72eb2b2e1a33faee1d142de71b9c
parentc8de0ec7b96d1c6d27f281c1ab7dc07e03283d22
[3.12] GH-119054: Add "Querying file type and status" section to pathlib docs (GH-119055) (#119952)

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