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

Skip to content

Commit e8e8799

Browse files
committed
Remove untrue statement about . and .. being included in list of names
passed to walk() visitor.
1 parent fb8f1ca commit e8e8799

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libppath.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ \section{Standard Module \sectcode{posixpath}}
125125
directory tree rooted at \var{p} (including \var{p} itself, if it is a
126126
directory). The argument \var{dirname} specifies the visited directory,
127127
the argument \var{names} lists the files in the directory (gotten from
128-
\code{posix.listdir(\var{dirname})}, so including \samp{.} and
129-
\samp{..}). The \var{visit} function may modify \var{names} to
128+
\code{posix.listdir(\var{dirname})}).
129+
The \var{visit} function may modify \var{names} to
130130
influence the set of directories visited below \var{dirname}, e.g., to
131131
avoid visiting certain parts of the tree. (The object referred to by
132132
\var{names} must be modified in place, using \code{del} or slice

Doc/libppath.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ \section{Standard Module \sectcode{posixpath}}
125125
directory tree rooted at \var{p} (including \var{p} itself, if it is a
126126
directory). The argument \var{dirname} specifies the visited directory,
127127
the argument \var{names} lists the files in the directory (gotten from
128-
\code{posix.listdir(\var{dirname})}, so including \samp{.} and
129-
\samp{..}). The \var{visit} function may modify \var{names} to
128+
\code{posix.listdir(\var{dirname})}).
129+
The \var{visit} function may modify \var{names} to
130130
influence the set of directories visited below \var{dirname}, e.g., to
131131
avoid visiting certain parts of the tree. (The object referred to by
132132
\var{names} must be modified in place, using \code{del} or slice

0 commit comments

Comments
 (0)