[Python-checkins] python/dist/src/Lib unittest.py,1.31,1.32

purcell at users.sourceforge.net purcell at users.sourceforge.net
Sun Oct 26 11:38:18 EST 2003


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

Modified Files:
	unittest.py 
Log Message:
Another instance of the same typo.


Index: unittest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/unittest.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** unittest.py	26 Oct 2003 10:41:03 -0000	1.31
--- unittest.py	26 Oct 2003 16:38:16 -0000	1.32
***************
*** 47,51 ****
  __author__ = "Steve Purcell"
  __email__ = "stephen_purcell at yahoo dot com"
! __version__ = "#Revision: 1.61 $"[11:-2]
  
  import time
--- 47,51 ----
  __author__ = "Steve Purcell"
  __email__ = "stephen_purcell at yahoo dot com"
! __version__ = "#Revision: 1.62 $"[11:-2]
  
  import time
***************
*** 342,346 ****
             (default 7) and comparing to zero.
  
!            Note that decimal places (from zero) is usually not the same
             as significant digits (measured from the most signficant digit).
          """
--- 342,346 ----
             (default 7) and comparing to zero.
  
!            Note that decimal places (from zero) are usually not the same
             as significant digits (measured from the most signficant digit).
          """





More information about the Python-checkins mailing list