We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05068d commit 73906d5Copy full SHA for 73906d5
Doc/library/os.path.rst
@@ -145,7 +145,7 @@ the :mod:`glob` module.)
145
146
.. function:: lexists(path)
147
148
- Return ``True`` if *path* refers to an existing path. Returns ``True`` for
+ Return ``True`` if *path* refers to an existing path, including
149
broken symbolic links. Equivalent to :func:`exists` on platforms lacking
150
:func:`os.lstat`.
151
0 commit comments