diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 10:19:56 +0000 |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-08-30 10:19:56 +0000 |
commit | ae882f798435266b41a9c8966562102345a3eda5 (patch) | |
tree | 56f865bf36c127b6702fa53a5ad72daca0fa6570 /Doc/lib/libglob.tex | |
parent | d3f61a2de6a9664dde5f98b5d0acdef7a73948dc (diff) | |
download | cpython-git-ae882f798435266b41a9c8966562102345a3eda5.tar.gz |
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.
Diffstat (limited to 'Doc/lib/libglob.tex')
-rw-r--r-- | Doc/lib/libglob.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libglob.tex b/Doc/lib/libglob.tex index 5c1de807bb..0d0d712b84 100644 --- a/Doc/lib/libglob.tex +++ b/Doc/lib/libglob.tex @@ -21,6 +21,7 @@ which must be a string containing a path specification. \var{pathname} can be either absolute (like \file{/usr/src/Python-1.5/Makefile}) or relative (like \file{../../Tools/*/*.gif}), and can contain shell-style wildcards. +Broken symlinks are included in the results (as in the shell). \end{funcdesc} For example, consider a directory containing only the following files: |