R. David Murray added the comment:

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 :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22719>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to