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 e49c158 commit 6e40c62Copy full SHA for 6e40c62
Lib/ntpath.py
@@ -285,6 +285,7 @@ def ismount(path):
285
path = abspath(path)
286
drive, root, rest = splitroot(path)
287
if drive and drive[0] in seps:
288
+ # Share path is a mount point if it conforms to UNC.
289
return not rest
290
if root and not rest:
291
# Drive root is a mount point if it exists.
0 commit comments