Add \versionadded tag.
This commit is contained in:
parent
8844e438b1
commit
5a80ff6111
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue