Antoine Pitrou <[EMAIL PROTECTED]> added the comment: > If ismount() used os.path.dirname() instead of appending "..", then this > wouldn't happen.
But it may change the function result if the argument is a symlink to something (directory or mount point) on another filesystem. It should be verified before making a decision. ---------- nosy: +pitrou priority: -> normal versions: +Python 2.6, Python 3.0 -Python 2.5 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2466> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com