commit | ae882f798435266b41a9c8966562102345a3eda5 | [log] [tgz] |
---|---|---|
author | Johannes Gijsbers <jlg@dds.nl> | Mon Aug 30 10:19:56 2004 +0000 |
committer | Johannes Gijsbers <jlg@dds.nl> | Mon Aug 30 10:19:56 2004 +0000 |
tree | 56f865bf36c127b6702fa53a5ad72daca0fa6570 | |
parent | d3f61a2de6a9664dde5f98b5d0acdef7a73948dc [diff] [blame] |
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.
diff --git a/Lib/plat-riscos/riscospath.py b/Lib/plat-riscos/riscospath.py index 27b5732..97b4f65 100644 --- a/Lib/plat-riscos/riscospath.py +++ b/Lib/plat-riscos/riscospath.py
@@ -218,6 +218,8 @@ except swi.error: return 0 +lexists = exists + def isdir(p): """