Message1485

Author cgroves
Recipients
Date 2007-02-18.06:17:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
We switched os.path.abspath to use File.getCanonicalPath() to fix https://sourceforge.net/tracker/?func=detail&atid=112867&aid=1423047&group_id=12867

While that's an improvement over the original behavior, it now removes symlinks which is what's supposed to be done by os.path.realpath in Python.
History
Date User Action Args
2008-02-20 17:17:44adminlinkissue1662689 messages
2008-02-20 17:17:44admincreate