Commit ecb4a1e4 authored by Benjamin Peterson's avatar Benjamin Peterson

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

Patch from Yayoi Ukai.
parent ed6820d3
......@@ -185,7 +185,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