[Python-checkins] CVS: python/dist/src/Lib/plat-riscos riscospath.py,1.2.4.1,1.2.4.2

Tim Peters tim_one@users.sourceforge.net
Fri, 20 Jul 2001 23:07:15 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-riscos
In directory usw-pr-cvs1:/tmp/cvs-serv27169/descr/dist/src/Lib/plat-riscos

Modified Files:
      Tag: descr-branch
	riscospath.py 
Log Message:
Merge of trunk delta date2001-07-17b to date2001-07-21.  See PLAN.txt.


Index: riscospath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-riscos/riscospath.py,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -C2 -r1.2.4.1 -r1.2.4.2
*** riscospath.py	2001/07/06 07:28:36	1.2.4.1
--- riscospath.py	2001/07/21 06:07:13	1.2.4.2
***************
*** 63,67 ****
      else:
          for c in p[dash:s]:
!             if c not in string.letters:
                  q= 0
                  break # disallow invalid non-special-field characters in FS name
--- 63,67 ----
      else:
          for c in p[dash:s]:
!             if c not in string.ascii_letters:
                  q= 0
                  break # disallow invalid non-special-field characters in FS name