commit | f50299c3787757bfe5d637f5de6d4b995d6beeb0 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Jul 10 22:55:15 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Jul 10 22:55:15 2004 +0000 |
tree | c22c127c41a0e605836fd68ff1b09b351559139a | |
parent | 711e7d97e4bebec002233e7caa72fc43ffba06a5 [diff] |
posixpath.realpath() now detects symlink loops and returns the path just before the loop starts. Closes bug #930024. Thanks AM Kuchling.