File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ \section{Standard Module \sectcode{posixpath}}
125125directory tree rooted at \var {p} (including \var {p} itself, if it is a
126126directory). The argument \var {dirname} specifies the visited directory,
127127the 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
130130influence the set of directories visited below \var {dirname}, e.g., to
131131avoid visiting certain parts of the tree. (The object referred to by
132132\var {names} must be modified in place, using \code {del} or slice
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ \section{Standard Module \sectcode{posixpath}}
125125directory tree rooted at \var {p} (including \var {p} itself, if it is a
126126directory). The argument \var {dirname} specifies the visited directory,
127127the 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
130130influence the set of directories visited below \var {dirname}, e.g., to
131131avoid visiting certain parts of the tree. (The object referred to by
132132\var {names} must be modified in place, using \code {del} or slice
You can’t perform that action at this time.
0 commit comments