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 lazka
Recipients lazka, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-26.16:47:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501087649.97.0.982453892523.issue31047@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows os.path.abspath(" ") == " "

While that's not a valid Windows path, similar invalid paths like "" or "?" etc all produce an absolute path.

Tested on 2.7 and 3.6
History
Date User Action Args
2017-07-26 16:47:30lazkasetrecipients: + lazka, paul.moore, tim.golden, zach.ware, steve.dower
2017-07-26 16:47:29lazkasetmessageid: <1501087649.97.0.982453892523.issue31047@psf.upfronthosting.co.za>
2017-07-26 16:47:29lazkalinkissue31047 messages
2017-07-26 16:47:29lazkacreate