Add \versionadded tag.

This commit is contained in:
Georg Brandl 2007-03-16 08:24:21 +00:00
parent 8844e438b1
commit 5a80ff6111
1 changed files with 2 additions and 0 deletions

View File

@ -1278,6 +1278,8 @@ By default, \function{walk()} will not walk down into symbolic links that
resolve to directories. Set \var{followlinks} to True to visit directories resolve to directories. Set \var{followlinks} to True to visit directories
pointed to by symlinks, on systems that support them. pointed to by symlinks, on systems that support them.
\versionadded[The \var{followlinks} parameter]{2.6}
\begin{notice} \begin{notice}
Be aware that setting \var{followlinks} to true can lead to infinite recursion Be aware that setting \var{followlinks} to true can lead to infinite recursion
if a link points to a parent directory of itself. \function{walk()} does not if a link points to a parent directory of itself. \function{walk()} does not