]> 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:23:10 +0000 (12:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 10:23:10 +0000 (12:23 +0200)
commitd83c82440b85faa6aefdf56fce25f285d8164bb7
treea91f5de0ad0304ab9091b682e9c4837ee3ee929f
parent986bbfc079c23bec8807efb19ce3a3e00ff06062
parentdf32691e6fa379aca3b7d1f1081d48c6ddd964ba
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS