Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e956f commit 5ed584cCopy full SHA for 5ed584c
1 file changed
Doc/whatsnew/3.12.rst
@@ -93,6 +93,13 @@ New Modules
93
Improved Modules
94
================
95
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
103
dis
104
---
105
0 commit comments