[Python-checkins] python/nondist/sandbox/parrotbench out5,1.5,1.6

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Wed Dec 31 11:47:39 EST 2003


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

Modified Files:
	out5 
Log Message:
Updated output.

Index: out5
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/parrotbench/out5,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** out5	31 Dec 2003 07:54:58 -0000	1.5
--- out5	31 Dec 2003 16:47:37 -0000	1.6
***************
*** 1,7 ****
! 42 == 42
! 42 == 42
! 12345678910L == 12345678910L
! 3.1400000000000001 == 3.1400000000000001
! 5.0 == 5
  True == True
  True == True
--- 1,7 ----
! 0 == 0L
! 0 == 0L
! 0L == 0L
! 0.0 == 0.0
! 0.0 == 0L
  True == True
  True == True
***************
*** 11,15 ****
  True == True
  False == False
! (3+4j) == (3+4j)
  {1: 2, 3: 4} == {1: 2, 3: 4}
  {'a': None, 'c': None, 'b': None} == {'a': None, 'c': None, 'b': None}
--- 11,15 ----
  True == True
  False == False
! 0j == 0j
  {1: 2, 3: 4} == {1: 2, 3: 4}
  {'a': None, 'c': None, 'b': None} == {'a': None, 'c': None, 'b': None}
***************
*** 19,23 ****
  [0, 1, 2, 3, 4] == [0, 1, 2, 3, 4]
  1.5 == 1.5
! 15.0 == 15.0
  1e+100 == 1e+100
  42 == 42
--- 19,23 ----
  [0, 1, 2, 3, 4] == [0, 1, 2, 3, 4]
  1.5 == 1.5
! 0.0 == 0.0
  1e+100 == 1e+100
  42 == 42





More information about the Python-checkins mailing list