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 r.david.murray
Recipients hosford42, r.david.murray, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2014-10-24.17:53:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414173206.4.0.122851093757.issue22719@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at the code, it looks like it calls the win32 api directly if path->wide is true, which I'm guessing is the case unless you are using bytes paths in windows?  It looks like the critical call, then, is CreateFileA (why A in a _w method I have no idea...so my reading of this code is suspect :)
History
Date User Action Args
2014-10-24 17:53:26r.david.murraysetrecipients: + r.david.murray, tim.golden, zach.ware, serhiy.storchaka, steve.dower, hosford42
2014-10-24 17:53:26r.david.murraysetmessageid: <1414173206.4.0.122851093757.issue22719@psf.upfronthosting.co.za>
2014-10-24 17:53:26r.david.murraylinkissue22719 messages
2014-10-24 17:53:26r.david.murraycreate