File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -1246,6 +1246,7 @@ Rusty Russell
12461246Nick Russo
12471247James Rutherford
12481248Chris Ryland
1249+ Bernt Røskar Brenna
12491250Constantina S.
12501251Patrick Sabin
12511252Sébastien Sablé
You can’t perform that action at this time.
0 commit comments