[Python-checkins] python/nondist/sandbox/decimal Decimal.py,1.3,1.4

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Thu, 15 May 2003 11:56:08 -0700


Update of /cvsroot/python/python/nondist/sandbox/decimal
In directory sc8-pr-cvs1:/tmp/cvs-serv31024

Modified Files:
	Decimal.py 
Log Message:
Whitespace normalization.


Index: Decimal.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/decimal/Decimal.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Decimal.py	15 May 2003 18:53:07 -0000	1.3
--- Decimal.py	15 May 2003 18:55:58 -0000	1.4
***************
*** 7,11 ****
  arithmetic ANSI standard X3.274-1996.
  
! Most of the information used to create this module was helpfully provided 
  by Mike Cowlishaw's work at
  http://www2.hursley.ibm.com/decimal/
--- 7,11 ----
  arithmetic ANSI standard X3.274-1996.
  
! Most of the information used to create this module was helpfully provided
  by Mike Cowlishaw's work at
[...1882 lines suppressed...]
          #        result = ans[:spot] + result[spot:]
!         #        print 'OFF BY ONE IN LAST DIGIT OTHERWISE',
! 
          if result != ans or myexceptions != theirexceptions:
              print 'INCORRECT **********'
***************
*** 2902,2907 ****
          self.context.clamp = clamp
  
!             
!         
  
  def _test():
--- 2902,2907 ----
          self.context.clamp = clamp
  
! 
! 
  
  def _test():