]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-119054: Add "Querying file type and status" section to pathlib docs (#119055)
authorBarney Gale <barney.gale@gmail.com>
Fri, 24 May 2024 19:35:13 +0000 (20:35 +0100)
committerGitHub <noreply@github.com>
Fri, 24 May 2024 19:35:13 +0000 (19:35 +0000)
commit81d63362302187e5cb838c9a7cd857181142e530
tree48a076049a700a543ce066cd38f5d4413c8e31a1
parent045e195c76f33c77c339284b13f81102e4b9abe2
GH-119054: Add "Querying file type and status" section to pathlib docs (#119055)

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