]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 10:21:49 +0000 (12:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 10:21:49 +0000 (12:21 +0200)
commit0dd3d309ab63f107f05f45e50c6d72c7d25fe5ff
tree567f5cdd80485f46b09bacfe973d119c38b3ca67
parentbb8013137550418d89437f85630952d03c8fbc4b
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS