mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
clarify that islink only really works if python knows about symlinks (closes #13143)
Patch from Yayoi Ukai.
This commit is contained in:
parent
9b29acd1fe
commit
f6f78e1d9d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue