mirror of https://github.com/python/cpython.git
merge 3.4 (#13143)
This commit is contained in:
commit
7534539536
|
@ -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…
Reference in New Issue