summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/os.rst6
-rw-r--r--Misc/ACKS1
2 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 30f1605..0cc9d9c 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2529,9 +2529,9 @@ features:
recurse into the subdirectories whose names remain in *dirnames*; this can be
used to prune the search, impose a specific order of visiting, or even to inform
:func:`walk` about directories the caller creates or renames before it resumes
- :func:`walk` again. Modifying *dirnames* when *topdown* is ``False`` is
- ineffective, because in bottom-up mode the directories in *dirnames* are
- generated before *dirpath* itself is generated.
+ :func:`walk` again. Modifying *dirnames* when *topdown* is ``False`` has
+ no effect on the behavior of the walk, because in bottom-up mode the directories
+ in *dirnames* are generated before *dirpath* itself is generated.
By default, errors from the :func:`listdir` call are ignored. If optional
argument *onerror* is specified, it should be a function; it will be called with
diff --git a/Misc/ACKS b/Misc/ACKS
index 120956e..b6089fd 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1244,6 +1244,7 @@ Rusty Russell
Nick Russo
James Rutherford
Chris Ryland
+Bernt Røskar Brenna
Constantina S.
Patrick Sabin
Sébastien Sablé