New submission from Марк Коренберг <[email protected]>:
Consider code:
for (root, dirs, nondirs) in os.walk(path, followlinks=False):
print (nondirs)
This code will not print symlinks that refer to some dir. I think it is the bug.
In other words: If followlinks is True, we should consider some symlinks as
dirs. If not, any symlink is the non-dir.
Patch included.
Also, please fix documentation about this nuance.
----------
assignee: docs@python
components: Documentation, Library (Lib)
files: z.patch
keywords: patch
messages: 143965
nosy: docs@python, mmarkk
priority: normal
severity: normal
status: open
title: os.wlak() consider some symlinks as dirs instead of non-dirs
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file23140/z.patch
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue12970>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com