Kaydet (Commit) a3852ff3 authored tarafından Brian Curtin's avatar Brian Curtin

Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)

üst 52b9fdfb
......@@ -188,6 +188,7 @@ def ismount(path):
# It doesn't exist -- so not a mount point. :-)
return False
else:
# A symlink can never be a mount point
if stat.S_ISLNK(s1.st_mode):
return False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment