diff options
author | Georg Brandl <georg@python.org> | 2007-03-16 08:24:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-16 08:24:21 (GMT) |
commit | 5a80ff6111ea63ddf92ccbb25d1e5bcb90ff8970 (patch) | |
tree | 4eba859c3f4f66213b89a21a48de949b7b44fe0f | |
parent | 8844e438b1e0a3546f15213df7741c3141859eeb (diff) | |
download | cpython-5a80ff6111ea63ddf92ccbb25d1e5bcb90ff8970.zip cpython-5a80ff6111ea63ddf92ccbb25d1e5bcb90ff8970.tar.gz cpython-5a80ff6111ea63ddf92ccbb25d1e5bcb90ff8970.tar.bz2 |
Add \versionadded tag.
-rw-r--r-- | Doc/lib/libos.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5d3da24..638ed6b 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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 pointed to by symlinks, on systems that support them. +\versionadded[The \var{followlinks} parameter]{2.6} + \begin{notice} 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 |