[Python-checkins] CVS: python/dist/src/Lib/test test_posixpath.py,1.3,1.4

Eric S. Raymond esr@users.sourceforge.net
Fri, 09 Feb 2001 03:52:03 -0800


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

Modified Files:
	test_posixpath.py 
Log Message:
String method conversion.
(This one was trivial -- no actual string. references in it!)


Index: test_posixpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_posixpath.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_posixpath.py	2000/10/23 17:22:07	1.3
--- test_posixpath.py	2001/02/09 11:52:01	1.4
***************
*** 1,4 ****
  import posixpath
- import string
  
  errors = 0
--- 1,3 ----