We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2927afe commit b0aa73eCopy full SHA for b0aa73e
Doc/library/os.path.rst
@@ -515,8 +515,8 @@ the :mod:`glob` module.)
515
('C:', '/', 'Users/Barney')
516
>>> splitroot('//server/share/')
517
('//server/share', '/', '')
518
- >>> splitroot('//?/Volume{12345678-1234-1234-1234-123456781234}/')
519
- ('//?/Volume{12345678-1234-1234-1234-123456781234}', '/', '')
+ >>> splitroot('//?/UNC/server/share/')
+ ('//?/UNC/server/share', '/', '')
520
521
In all cases, ``drive + root + tail`` will be the same as *path*.
522
0 commit comments