[Python-checkins] CVS: python/dist/src/Lib/test test_doctest.py,1.3,1.4 test_getargs.py,1.1,1.2

Tim Peters tim_one@users.sourceforge.net
Mon, 17 Sep 2001 19:26:41 -0700


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

Modified Files:
	test_doctest.py test_getargs.py 
Log Message:
Whitespace normalization.


Index: test_doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_doctest.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_doctest.py	2001/09/09 06:12:01	1.3
--- test_doctest.py	2001/09/18 02:26:39	1.4
***************
*** 1,2 ****
! import doctest, test_support 
  test_support.run_doctest(doctest)
--- 1,2 ----
! import doctest, test_support
  test_support.run_doctest(doctest)

Index: test_getargs.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_getargs.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_getargs.py	2001/09/10 01:57:12	1.1
--- test_getargs.py	2001/09/18 02:26:39	1.2
***************
*** 20,24 ****
  except UnicodeError:
      pass
- 
- 
- 
--- 20,21 ----