[issue5832] os.path.walk fails to descend into a directory whose name ends with a space

Peter Otten report at bugs.python.org
Sat Apr 25 00:19:12 CEST 2009


Peter Otten <__peter__ at web.de> added the comment:

Is "BBDO Atlanta " a symbolic link?. These are skipped by 
os.path.walk(). (The behaviour of os.walk() can be specified with the 
followsymlinks argument.)

----------
nosy: +potten

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5832>
_______________________________________


More information about the Python-bugs-list mailing list