Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5f9427da
Commit
5f9427da
authored
Oct 23, 2015
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #25461: Rephrase os.walk() doc
Patch written by Bernt Røskar Brenna.
parent
6e36fc0e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Doc/library/os.rst
Doc/library/os.rst
+3
-3
Misc/ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/os.rst
View file @
5f9427da
...
@@ -2347,9 +2347,9 @@ features:
...
@@ -2347,9 +2347,9 @@ features:
recurse into the subdirectories whose names remain in *dirnames*; this can be
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
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` about directories the caller creates or renames before it resumes
:func:`walk` again. Modifying *dirnames* when *topdown* is ``False``
i
s
:func:`walk` again. Modifying *dirnames* when *topdown* is ``False``
ha
s
ineffective, because in bottom-up mode the directories in *dirnames* are
no effect on the behavior of the walk, because in bottom-up mode the directories
generated before *dirpath* itself is generated.
in *dirnames* are
generated before *dirpath* itself is generated.
By default, errors from the :func:`listdir` call are ignored. If optional
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
argument *onerror* is specified, it should be a function; it will be called with
...
...
Misc/ACKS
View file @
5f9427da
...
@@ -1208,6 +1208,7 @@ Rusty Russell
...
@@ -1208,6 +1208,7 @@ Rusty Russell
Nick Russo
Nick Russo
James Rutherford
James Rutherford
Chris Ryland
Chris Ryland
Bernt Røskar Brenna
Constantina S.
Constantina S.
Patrick Sabin
Patrick Sabin
Sébastien Sablé
Sébastien Sablé
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment