Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4487a46

Browse files
committed
Merge 3.4 (Issue #25461)
2 parents db41fd4 + de6e800 commit 4487a46

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/os.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,9 +2529,9 @@ features:
25292529
recurse into the subdirectories whose names remain in *dirnames*; this can be
25302530
used to prune the search, impose a specific order of visiting, or even to inform
25312531
:func:`walk` about directories the caller creates or renames before it resumes
2532-
:func:`walk` again. Modifying *dirnames* when *topdown* is ``False`` is
2533-
ineffective, because in bottom-up mode the directories in *dirnames* are
2534-
generated before *dirpath* itself is generated.
2532+
:func:`walk` again. Modifying *dirnames* when *topdown* is ``False`` has
2533+
no effect on the behavior of the walk, because in bottom-up mode the directories
2534+
in *dirnames* are generated before *dirpath* itself is generated.
25352535

25362536
By default, errors from the :func:`listdir` call are ignored. If optional
25372537
argument *onerror* is specified, it should be a function; it will be called with

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ Rusty Russell
12461246
Nick Russo
12471247
James Rutherford
12481248
Chris Ryland
1249+
Bernt Røskar Brenna
12491250
Constantina S.
12501251
Patrick Sabin
12511252
Sébastien Sablé

0 commit comments

Comments
 (0)