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 yselivanov
Recipients Antony.Lee, georg.brandl, ncoghlan, pitrou, serhiy.storchaka, yselivanov
Date 2014-09-27.16:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411836387.39.0.674465231717.issue20267@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that abspath() can return incorrect result in case of symbolic links to directories and pardir components. I.e. abspath('symlink/..').

Good catch.. Should I use os.path.realpath?
History
Date User Action Args
2014-09-27 16:46:27yselivanovsetrecipients: + yselivanov, georg.brandl, ncoghlan, pitrou, serhiy.storchaka, Antony.Lee
2014-09-27 16:46:27yselivanovsetmessageid: <1411836387.39.0.674465231717.issue20267@psf.upfronthosting.co.za>
2014-09-27 16:46:27yselivanovlinkissue20267 messages
2014-09-27 16:46:27yselivanovcreate