]> granicus.if.org Git - python/commitdiff
clarify that islink only really works if python knows about symlinks (closes #13143)
authorBenjamin Peterson <benjamin@python.org>
Mon, 23 Jun 2014 00:59:35 +0000 (17:59 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 23 Jun 2014 00:59:35 +0000 (17:59 -0700)
Patch from Yayoi Ukai.

Doc/library/os.path.rst

index 6b3a3b64915ad93fd486f8b25e29801e5d2ac4a3..dc03f4342281ccc878d705f3e15fea7841fb26f9 100644 (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)