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 Georg Mischler, paul.moore, pitrou, python-dev, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2017-02-02.10:21:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486030871.56.0.952735014106.issue29079@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure the fix is correct. os.path.dirname(s) can point to different place than os.path.abspath(os.path.join(s, os.pardir)) if the last component of s is "..", "." or a symbolic link.

Would be nice to add tests.
History
Date User Action Args
2017-02-02 10:21:11serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, pitrou, tim.golden, python-dev, zach.ware, steve.dower, Georg Mischler
2017-02-02 10:21:11serhiy.storchakasetmessageid: <1486030871.56.0.952735014106.issue29079@psf.upfronthosting.co.za>
2017-02-02 10:21:11serhiy.storchakalinkissue29079 messages
2017-02-02 10:21:11serhiy.storchakacreate