gh-90385: Add pathlib.Path.walk what's new section (GH-95467)

Automerge-Triggered-By: GH:brettcannon
This commit is contained in:
Stanislav Zmiev 2022-08-11 11:31:46 +04:00 committed by GitHub
parent b9e956fccf
commit 5ed584cb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
---