]> granicus.if.org Git - python/commitdiff
Add \versionadded tag.
authorGeorg Brandl <georg@python.org>
Fri, 16 Mar 2007 08:24:21 +0000 (08:24 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 Mar 2007 08:24:21 +0000 (08:24 +0000)
Doc/lib/libos.tex

index 5d3da245c5c8607c5b79cd9683948e489f8b5dc4..638ed6b6ed20730b48ab4b5886a32fceca4a31b2 100644 (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
 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