]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1273829: os.walk() now has a "followlinks" parameter. If set to
authorGeorg Brandl <georg@python.org>
Fri, 16 Mar 2007 08:22:40 +0000 (08:22 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 Mar 2007 08:22:40 +0000 (08:22 +0000)
commit8844e438b1e0a3546f15213df7741c3141859eeb
tree9e11e3f32ead5bd309c3c1429a98be2be559d01b
parent8f06d02935939629209b303a8ec54cf2db0cc302
Patch #1273829: os.walk() now has a "followlinks" parameter. If set to
True (which is not the default), it visits symlinks pointing to
directories.
Doc/lib/libos.tex
Lib/os.py
Lib/test/test_os.py
Misc/NEWS