Skip to content

Commit 5ed584c

Browse files
authored
gh-90385: Add pathlib.Path.walk what's new section (GH-95467)
Automerge-Triggered-By: GH:brettcannon
1 parent b9e956f commit 5ed584c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ New Modules
9393
Improved Modules
9494
================
9595

96+
pathlib
97+
-------
98+
99+
* Add :meth:`~pathlib.Path.walk` for walking the directory trees and generating
100+
all file or directory names within them, similar to :func:`os.walk`.
101+
(Contributed by Stanislav Zmiev in :gh:`90385`.)
102+
96103
dis
97104
---
98105

0 commit comments

Comments
 (0)