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