[New-bugs-announce] [issue9949] os.path.realpath on Windows does not follow symbolic links

Daniel Stutzbach report at bugs.python.org
Sat Sep 25 17:03:14 CEST 2010


New submission from Daniel Stutzbach <daniel at stutzbachenterprises.com>:

In Lib/ntpath.py:

# realpath is a no-op on systems without islink support
realpath = abspath


However, Windows Vista and newer support symbolic links and other Python methods support them.

(noticed this through source code inspection; haven't actually tested it)

----------
components: Library (Lib)
messages: 117374
nosy: brian.curtin, eric.smith, jaraco, stutzbach
priority: normal
severity: normal
stage: needs patch
status: open
title: os.path.realpath on Windows does not follow symbolic links
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list