[issue37609] support "UNC" device paths in ntpath.splitdrive

Steve Dower report at bugs.python.org
Thu Sep 12 07:12:25 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

For clarity, given Eryk's examples above, both "\\?\UNC\" and "//?/UNC/" are okay (as are any combination of forward and backslashes in the prefix, as normalization will be applied for any except the "\\?\" version). "UNC" is also case-insensitive.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37609>
_______________________________________


More information about the Python-bugs-list mailing list