commit | 8844e438b1e0a3546f15213df7741c3141859eeb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Mar 16 08:22:40 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Mar 16 08:22:40 2007 +0000 |
tree | 9e11e3f32ead5bd309c3c1429a98be2be559d01b | |
parent | 8f06d02935939629209b303a8ec54cf2db0cc302 [diff] |
Patch #1273829: os.walk() now has a "followlinks" parameter. If set to True (which is not the default), it visits symlinks pointing to directories.