[issue9949] os.path.realpath on Windows does not follow symbolic links

Daniel Harding report at bugs.python.org
Mon Apr 16 03:11:39 CEST 2012


Daniel Harding <dharding at gmail.com> added the comment:

Uploading a new series of patches - they are all the same as the first set, except for 0006-Make-realpath-follow-symbolic-links-on-Windows.patch.  I realized that I could use os.readlink to handle broken symbolic links, so I changed the logic of os.path.realpath slightly to do that (including recursive symlink detection).

----------
Added file: http://bugs.python.org/file25232/issue9949-v2.tar.bz2

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


More information about the Python-bugs-list mailing list