]> granicus.if.org Git - python/commitdiff
Issue #25461: Rephrase os.walk() doc
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Oct 2015 10:38:11 +0000 (12:38 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Oct 2015 10:38:11 +0000 (12:38 +0200)
Patch written by Bernt Røskar Brenna.

Doc/library/os.rst
Misc/ACKS

index 916f5e56cfb5292258f21392b0a86854d47cf373..7bc59898ab57995a41ced8ce3aaf8b093ed4261e 100644 (file)
@@ -2347,9 +2347,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
index d0ba52f1937a1e2c61fa2cfc63bf2f8c176ae62d..893fb2d25344767af646d68455beef56c1a0590f 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1208,6 +1208,7 @@ Rusty Russell
 Nick Russo
 James Rutherford
 Chris Ryland
+Bernt Røskar Brenna
 Constantina S.
 Patrick Sabin
 Sébastien Sablé