commit | 4ec40648a56b661ca78f795aa0718836b6020e1b | [log] [tgz] |
---|---|---|
author | Johannes Gijsbers <jlg@dds.nl> | Sat Aug 14 15:01:53 2004 +0000 |
committer | Johannes Gijsbers <jlg@dds.nl> | Sat Aug 14 15:01:53 2004 +0000 |
tree | 8721483a04fbf218e56ca7299cd9eb5a9a50f7dc | |
parent | f9a098efe1dcfba59d8bf2026892ee65454c29b6 [diff] |
bug #990669: os.path.realpath() will resolve symlinks before normalizing the path, as normalizing the path may alter the meaning of the path if it contains symlinks. Also add tests for infinite symlink loops and parent symlinks that need to be resolved.