diff options
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r-- | Doc/lib/libposixpath.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index 2b26954b4a..93a280938a 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -237,6 +237,12 @@ directories you must identify them with \code{os.path.isdir(\var{file})}, and invoke \function{walk()} as necessary. \end{notice} + +\begin{seealso} + \seemodule{os}{The newer \function{os.walk()} generator supplies similar + functionality and can be easier to use. +\end{seealso} + \end{funcdesc} \begin{datadesc}{supports_unicode_filenames} |