[Python-checkins] python/dist/src/Lib/test test_pep277.py,1.7,1.8

loewis at users.sourceforge.net loewis at users.sourceforge.net
Fri Sep 12 12:25:40 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv24955/Lib/test

Modified Files:
	test_pep277.py 
Log Message:
Patch #790000: Allow os.access to handle Unicode file name.


Index: test_pep277.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pep277.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** test_pep277.py	16 Jul 2003 03:46:38 -0000	1.7
--- test_pep277.py	12 Sep 2003 16:25:37 -0000	1.8
***************
*** 101,104 ****
--- 101,105 ----
          f.close()
          print repr(filename)
+         os.access(filename,os.R_OK)
          os.remove(filename)
          os.chdir(oldwd)





More information about the Python-checkins mailing list