]> granicus.if.org Git - python/commit
posixpath.realpath() now detects symlink loops and returns the path just before
authorBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 22:55:15 +0000 (22:55 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 10 Jul 2004 22:55:15 +0000 (22:55 +0000)
commitf50299c3787757bfe5d637f5de6d4b995d6beeb0
treec22c127c41a0e605836fd68ff1b09b351559139a
parent711e7d97e4bebec002233e7caa72fc43ffba06a5
posixpath.realpath() now detects symlink loops and returns the path just before
the loop starts.

Closes bug #930024.  Thanks AM Kuchling.
Lib/posixpath.py
Misc/NEWS