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

Patch from Yayoi Ukai.
This commit is contained in:
Benjamin Peterson 2014-06-22 17:59:35 -07:00
parent 9b29acd1fe
commit f6f78e1d9d

View file

@ -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)