]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
authorStanislav Zmiev <zertarx@gmail.com>
Fri, 22 Jul 2022 23:55:46 +0000 (03:55 +0400)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 23:55:46 +0000 (16:55 -0700)
commitc1e929858ad96fc6e41bc637e5ec9343b4f7e3c7
tree29ed6ea80acdbb4b670282f391adaac75fea1a38
parente4d3a96a113070fde433834a6c9fb79ebeebad4a
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)

Automerge-Triggered-By: GH:brettcannon
Doc/library/pathlib.rst
Lib/pathlib.py
Lib/test/support/os_helper.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2022-05-10-16-30-40.gh-issue-90385.1_wBRQ.rst [new file with mode: 0644]