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 serhiy.storchaka
Recipients Jim Fasarakis-Hilliard, brett.cannon, docs@python, eryksun, pitrou, serhiy.storchaka
Date 2017-03-12.20:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489351969.3.0.589063053771.issue29688@psf.upfronthosting.co.za>
In-reply-to
Content
posixpath.abspath() collapses "<path>/<symlink>/.." to "<path>", this is not correct. Not sure about ntpath.abspath().
History
Date User Action Args
2017-03-12 20:52:49serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, pitrou, docs@python, eryksun, Jim Fasarakis-Hilliard
2017-03-12 20:52:49serhiy.storchakasetmessageid: <1489351969.3.0.589063053771.issue29688@psf.upfronthosting.co.za>
2017-03-12 20:52:49serhiy.storchakalinkissue29688 messages
2017-03-12 20:52:49serhiy.storchakacreate