[New-bugs-announce] [issue12971] os.isdir() should contain skiplinks=False in arguments

Марк Коренберг report at bugs.python.org
Tue Sep 13 15:23:58 CEST 2011


New submission from Марк Коренберг <socketpair at gmail.com>:

When skiplinks is False (by default), it should as in current implementation, i.e. using stat().

if skiplinks is True, isidr() should use lstat() and same logick. 

If one will be implemented, os.walk() should be patched (see issue12970) to use this new isdir() with this new parameter instead of own logick in os.walk().

----------
components: Library (Lib)
messages: 143968
nosy: mmarkk
priority: normal
severity: normal
status: open
title: os.isdir() should contain skiplinks=False in arguments
type: feature request
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list