mirror of
https://github.com/python/cpython.git
synced 2024-11-30 13:24:13 +08:00
gh-90385: Add pathlib.Path.walk what's new section (GH-95467)
Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
parent
b9e956fccf
commit
5ed584cb6b
@ -93,6 +93,13 @@ New Modules
|
||||
Improved Modules
|
||||
================
|
||||
|
||||
pathlib
|
||||
-------
|
||||
|
||||
* Add :meth:`~pathlib.Path.walk` for walking the directory trees and generating
|
||||
all file or directory names within them, similar to :func:`os.walk`.
|
||||
(Contributed by Stanislav Zmiev in :gh:`90385`.)
|
||||
|
||||
dis
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user