]> granicus.if.org Git - python/commitdiff
Remove untrue statement about . and .. being included in list of names
authorGuido van Rossum <guido@python.org>
Tue, 25 Mar 1997 15:25:54 +0000 (15:25 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Mar 1997 15:25:54 +0000 (15:25 +0000)
passed to walk() visitor.

Doc/lib/libppath.tex
Doc/libppath.tex

index 7aec4b83705d2d770f3e2a79fa4205d608464ac9..9078560b7051d8a47b503adf05b4cc3facf6c508 100644 (file)
@@ -125,8 +125,8 @@ Calls the function \var{visit} with arguments
 directory tree rooted at \var{p} (including \var{p} itself, if it is a
 directory).  The argument \var{dirname} specifies the visited directory,
 the argument \var{names} lists the files in the directory (gotten from
-\code{posix.listdir(\var{dirname})}, so including \samp{.} and
-\samp{..}).  The \var{visit} function may modify \var{names} to
+\code{posix.listdir(\var{dirname})}).
+The \var{visit} function may modify \var{names} to
 influence the set of directories visited below \var{dirname}, e.g., to
 avoid visiting certain parts of the tree.  (The object referred to by
 \var{names} must be modified in place, using \code{del} or slice
index 7aec4b83705d2d770f3e2a79fa4205d608464ac9..9078560b7051d8a47b503adf05b4cc3facf6c508 100644 (file)
@@ -125,8 +125,8 @@ Calls the function \var{visit} with arguments
 directory tree rooted at \var{p} (including \var{p} itself, if it is a
 directory).  The argument \var{dirname} specifies the visited directory,
 the argument \var{names} lists the files in the directory (gotten from
-\code{posix.listdir(\var{dirname})}, so including \samp{.} and
-\samp{..}).  The \var{visit} function may modify \var{names} to
+\code{posix.listdir(\var{dirname})}).
+The \var{visit} function may modify \var{names} to
 influence the set of directories visited below \var{dirname}, e.g., to
 avoid visiting certain parts of the tree.  (The object referred to by
 \var{names} must be modified in place, using \code{del} or slice