[Python-checkins] python/dist/src/Lib/plat-riscos riscospath.py,
1.10, 1.11
jlgijsbers at users.sourceforge.net
jlgijsbers at users.sourceforge.net
Mon Aug 30 12:20:29 CEST 2004
- Previous message: [Python-checkins]
python/dist/src/Lib glob.py, 1.10, 1.11 macpath.py,
1.48, 1.49 ntpath.py, 1.60, 1.61 os2emxpath.py, 1.12,
1.13 posixpath.py, 1.72, 1.73
- Next message: [Python-checkins] python/dist/src/Lib/test test_glob.py, 1.7,
1.8 test_posixpath.py, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Lib/plat-riscos
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30857/Lib/plat-riscos
Modified Files:
riscospath.py
Log Message:
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.
Index: riscospath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-riscos/riscospath.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- riscospath.py 10 May 2003 07:36:55 -0000 1.10
+++ riscospath.py 30 Aug 2004 10:19:55 -0000 1.11
@@ -218,6 +218,8 @@
except swi.error:
return 0
+lexists = exists
+
def isdir(p):
"""
- Previous message: [Python-checkins]
python/dist/src/Lib glob.py, 1.10, 1.11 macpath.py,
1.48, 1.49 ntpath.py, 1.60, 1.61 os2emxpath.py, 1.12,
1.13 posixpath.py, 1.72, 1.73
- Next message: [Python-checkins] python/dist/src/Lib/test test_glob.py, 1.7,
1.8 test_posixpath.py, 1.11, 1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list