From: Georg Brandl Date: Fri, 16 Mar 2007 08:24:21 +0000 (+0000) Subject: Add \versionadded tag. X-Git-Tag: v2.6a1~1984 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a80ff6111ea63ddf92ccbb25d1e5bcb90ff8970;p=python Add \versionadded tag. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 5d3da245c5..638ed6b6ed 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