]> granicus.if.org Git - python/commit
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 10:24:06 +0000 (12:24 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 10:24:06 +0000 (12:24 +0200)
commitf2619236ebc6ea2d0d0dc64f3b672896072e9dfc
tree7b31e89a6fb06cf196c436f245a14087f4341c42
parente35042d13a888aa1b5d94d109763f021b62d786b
parentd83c82440b85faa6aefdf56fce25f285d8164bb7
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS