[issue6975] symlinks incorrectly resolved on POSIX platforms

Roundup Robot report at bugs.python.org
Sun Feb 10 11:27:46 CET 2013


Roundup Robot added the comment:

New changeset 6ec6dbf787f4 by Serhiy Storchaka in branch '2.7':
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
http://hg.python.org/cpython/rev/6ec6dbf787f4

New changeset c5f4fa02fc86 by Serhiy Storchaka in branch '3.2':
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
http://hg.python.org/cpython/rev/c5f4fa02fc86

New changeset bfe9526606e2 by Serhiy Storchaka in branch '3.3':
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
http://hg.python.org/cpython/rev/bfe9526606e2

New changeset f42cabe6ccb5 by Serhiy Storchaka in branch 'default':
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
http://hg.python.org/cpython/rev/f42cabe6ccb5

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list