From f6f78e1d9d7a70393455dd369ccd8e08eaf78e2c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 22 Jun 2014 17:59:35 -0700 Subject: clarify that islink only really works if python knows about symlinks (closes #13143) Patch from Yayoi Ukai. --- Doc/library/os.path.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 6b3a3b6..dc03f43 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -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) -- cgit v0.12