Kaydet (Commit) f6f78e1d authored tarafından Benjamin Peterson's avatar Benjamin Peterson

clarify that islink only really works if python knows about symlinks (closes #13143)

Patch from Yayoi Ukai.
üst 9b29acd1
......@@ -188,7 +188,7 @@ the :mod:`glob` module.)
.. function:: islink(path)
Return ``True`` if *path* refers to a directory entry that is a symbolic link.
Always ``False`` if symbolic links are not supported.
Always ``False`` if symbolic links are not supported by the python runtime.
.. function:: ismount(path)
......
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