This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2004-08-02.10:20:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

The code that has been committed is incorrect if the link to
be resolved is relative.  _resolve_link uses abspath to
determine whether the link is absolute. This function
returns an absolute path (possibly using getcwd); the
function that should have been used is isabs().
History
Date User Action Args
2007-08-23 14:20:49adminlinkissue930024 messages
2007-08-23 14:20:49admincreate