Message1103

Author pekka.klarck
Recipients
Date 2007-02-17.12:13:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Unfortunately getCanonicalPath has two problems.

1) It raises an IOException in some cases (see e.g. bug [1])

2) It also eliminates symlinks which abspath doesn't do in CPython (there's realpath for that).

As I comment on [1] I have a patch solving both of these issues ready but need write some automated tests for it before submitting.

[1] http://jython.org/bugs/1661700
History
Date User Action Args
2008-02-20 17:17:27adminlinkissue1423047 messages
2008-02-20 17:17:27admincreate