8000 [3.12] gh-117360: Clearer wording in os.path.lexists() docs (GH-11767… · python/cpython@559b25f · GitHub
[go: up one dir, main page]

Skip to content

Commit 559b25f

Browse files
miss-islingtonnineteendozware
authored
[3.12] gh-117360: Clearer wording in os.path.lexists() docs (GH-117679) (#117701)
(cherry picked from commit 73906d5) Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com> Co-authored-by: Zachary Ware <zach@python.org>
1 parent e46fd72 commit 559b25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ the :mod 6D0A :`glob` module.)
144144

145145
.. function:: lexists(path)
146146

147-
Return ``True`` if *path* refers to an existing path. Returns ``True`` for
147+
Return ``True`` if *path* refers to an existing path, including
148148
broken symbolic links. Equivalent to :func:`exists` on platforms lacking
149149
:func:`os.lstat`.
150150

0 commit comments

Comments
 (0)
0