diff options
author | Stanislav Zmiev <zertarx@gmail.com> | 2022-07-22 23:55:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 23:55:46 (GMT) |
commit | c1e929858ad96fc6e41bc637e5ec9343b4f7e3c7 (patch) | |
tree | 29ed6ea80acdbb4b670282f391adaac75fea1a38 /Misc/NEWS.d | |
parent | e4d3a96a113070fde433834a6c9fb79ebeebad4a (diff) | |
download | cpython-c1e929858ad96fc6e41bc637e5ec9343b4f7e3c7.zip cpython-c1e929858ad96fc6e41bc637e5ec9343b4f7e3c7.tar.gz cpython-c1e929858ad96fc6e41bc637e5ec9343b4f7e3c7.tar.bz2 |
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Automerge-Triggered-By: GH:brettcannon
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-05-10-16-30-40.gh-issue-90385.1_wBRQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-10-16-30-40.gh-issue-90385.1_wBRQ.rst b/Misc/NEWS.d/next/Library/2022-05-10-16-30-40.gh-issue-90385.1_wBRQ.rst new file mode 100644 index 0000000..24aa440 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-05-10-16-30-40.gh-issue-90385.1_wBRQ.rst @@ -0,0 +1 @@ +Add :meth:`pathlib.Path.walk` as an alternative to :func:`os.walk`. |