]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-119054: Add "Reading directories" section to pathlib docs (#119956)
authorBarney Gale <barney.gale@gmail.com>
Thu, 6 Jun 2024 23:27:39 +0000 (00:27 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Jun 2024 23:27:39 +0000 (23:27 +0000)
commit14e1506a6d7056c38fbbc0797268dcf783f91243
treeca8ec8924c950abb50414ec9967fe18b5d1e08cb
parent5bdc87b8859c837092e7c5b19583f98488f7a387
GH-119054: Add "Reading directories" section to pathlib docs (#119956)

Add a dedicated subsection for `Path.iterdir()`-related methods,
specifically `iterdir()`, `glob()`, `rglob()` and `walk()`.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/pathlib.rst