Dave Burton <[email protected]> added the comment: This is a patch for the os.path.realpath() bug under Windows, http://bugs.python.org/issue9949 "os.path.realpath on Windows does not follow symbolic links"
ntpath.diff fixes the realpath() function to resolve symbolic links to their targets (tested under Windows 7). Note: I tried to make the equivalent patch for Python 2.7, but it didn't work because the "from nt import _getfinalpathname" fails. ---------- nosy: +ncdave4life Added file: http://bugs.python.org/file24770/ntpath_fix_issue9949.zip _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9949> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
