[Python-checkins] CVS: python/dist/src/Lib pstats.py,1.12,1.13 unittest.py,1.5,1.6

Tim Peters tim_one@users.sourceforge.net
Thu, 12 Apr 2001 22:37:29 -0700


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

Modified Files:
	pstats.py unittest.py 
Log Message:
Whitespace normalization.


Index: pstats.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/pstats.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** pstats.py	2001/04/13 00:23:01	1.12
--- pstats.py	2001/04/13 05:37:27	1.13
***************
*** 650,652 ****
  
  # That's all, folks.
- 
--- 650,651 ----

Index: unittest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/unittest.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** unittest.py	2001/04/12 09:05:01	1.5
--- unittest.py	2001/04/13 05:37:27	1.6
***************
*** 412,416 ****
          test method within a test case class, or a callable object which
          returns a TestCase or TestSuite instance.
!         
          The method optionally resolves the names relative to a given module.
          """
--- 412,416 ----
          test method within a test case class, or a callable object which
          returns a TestCase or TestSuite instance.
! 
          The method optionally resolves the names relative to a given module.
          """