[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


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):
 """


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /