[Python-checkins] CVS: python/dist/src/Lib/test test_re.py,1.28,1.29

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


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

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


Index: test_re.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_re.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** test_re.py	2001/01/17 19:11:13	1.28
--- test_re.py	2001/02/09 11:54:48	1.29
***************
*** 4,8 ****
  from test_support import verify, verbose, TestFailed
  import re
! import sys, os, string, traceback
  
  # Misc tests from Tim Peters' re.doc
--- 4,8 ----
  from test_support import verify, verbose, TestFailed
  import re
! import sys, os, traceback
  
  # Misc tests from Tim Peters' re.doc