[Python-checkins] python/dist/src/Lib/plat-riscos riscospath.py,1.9,1.10

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 10 May 2003 00:36:57 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-riscos
In directory sc8-pr-cvs1:/tmp/cvs-serv17284/Lib/plat-riscos

Modified Files:
	riscospath.py 
Log Message:
Patch #734231: Update RiscOS support. In particular, correct 
riscospath.extsep, and use os.extsep throughout.


Index: riscospath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-riscos/riscospath.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** riscospath.py	14 Feb 2003 19:35:30 -0000	1.9
--- riscospath.py	10 May 2003 07:36:55 -0000	1.10
***************
*** 16,20 ****
  curdir = '@'
  pardir = '^'
! extsep = '.'
  sep = '.'
  pathsep = ','
--- 16,20 ----
  curdir = '@'
  pardir = '^'
! extsep = '/'
  sep = '.'
  pathsep = ','