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 steve.dower
Recipients eryksun, ncoghlan, ned.deily, nedbat, steve.dower
Date 2017-03-08.05:23:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488950638.15.0.872841497676.issue29723@psf.upfronthosting.co.za>
In-reply-to
Content
It's actually "adding" the current directory by not replacing the empty string that's normally there, presumably because it's already been resolved into a path at this stage. The behavior on Windows is correct, so I expect it's actually a difference between getpath.c and getpathp.c, rather than an isolated/non-isolated mode issue.

I'll try and take a look - my plate is fairly full over the next few weeks though, so if anyone is able to help out I'd appreciate it, especially since it's not my usual platform.
History
Date User Action Args
2017-03-08 05:23:58steve.dowersetrecipients: + steve.dower, ncoghlan, nedbat, ned.deily, eryksun
2017-03-08 05:23:58steve.dowersetmessageid: <1488950638.15.0.872841497676.issue29723@psf.upfronthosting.co.za>
2017-03-08 05:23:58steve.dowerlinkissue29723 messages
2017-03-08 05:23:57steve.dowercreate