[issue12799] realpath not resolving symbolic links under Windows

2011-08-20 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@free.fr:

From a look at the code, realpath() does not seem to resolve symlinks under 
Windows, even though we have the _getfinalpathname function to do that.
Please indulge with me if I'm wrong :)

--
components: Library (Lib)
messages: 142573
nosy: brian.curtin, pitrou, tim.golden
priority: normal
severity: normal
status: open
title: realpath not resolving symbolic links under Windows
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12799
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12799] realpath not resolving symbolic links under Windows

2011-08-20 Thread STINNER Victor

STINNER Victor victor.stin...@haypocalc.com added the comment:

You are right, but this issue is a duplicate of #9949.

--
nosy: +haypo
resolution:  - duplicate
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue12799
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com