[issue12799] realpath not resolving symbolic links under Windows

2011-08-20 Thread STINNER Victor
STINNER Victor added the comment: You are right, but this issue is a duplicate of #9949. -- nosy: +haypo resolution: -> duplicate status: open -> closed ___ Python tracker ___

[issue12799] realpath not resolving symbolic links under Windows

2011-08-20 Thread Antoine Pitrou
New submission from Antoine Pitrou : >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.cur