Antoine Pitrou added the comment:

Well, the problem, as you point out, is that "\\?\" only works with absolute 
paths, but the stdlib currently works with both absolute and relative paths.
The only reasonable solution right now is to prepend the "\\?\" prefix yourself 
(after having resolved the path to absolute).

----------

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

Reply via email to