mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
[3.12] gh-117360: Clearer wording in os.path.lexists() docs (GH-117679) (#117701)
(cherry picked from commit 73906d5c90
)
Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
parent
e46fd7257a
commit
559b25fcc8
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ the :mod:`glob` module.)
|
|||
|
||||
.. function:: lexists(path)
|
||||
|
||||
Return ``True`` if *path* refers to an existing path. Returns ``True`` for
|
||||
Return ``True`` if *path* refers to an existing path, including
|
||||
broken symbolic links. Equivalent to :func:`exists` on platforms lacking
|
||||
:func:`os.lstat`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue