[Python-checkins] CVS: python/dist/src/Lib/test/output test_compare,1.2,1.3

Neil Schemenauer python-dev@python.org
Wed, 03 Jan 2001 17:36:52 -0800


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

Modified Files:
	test_compare 
Log Message:
No more RCmp.


Index: test_compare
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_compare,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_compare	2001/01/03 02:13:26	1.2
--- test_compare	2001/01/04 01:36:50	1.3
***************
*** 10,14 ****
  2 == <Coerce 2>
  2 == <Cmp 2.0>
- 2 != <RCmp 2>
  2.0 == 2
  2.0 == 2.0
--- 10,13 ----
***************
*** 21,25 ****
  2.0 == <Coerce 2>
  2.0 == <Cmp 2.0>
- 2.0 != <RCmp 2>
  2 == 2
  2 == 2.0
--- 20,23 ----
***************
*** 32,36 ****
  2 == <Coerce 2>
  2 == <Cmp 2.0>
- 2 != <RCmp 2>
  (2+0j) == 2
  (2+0j) == 2.0
--- 30,33 ----
***************
*** 43,47 ****
  (2+0j) == <Coerce 2>
  (2+0j) == <Cmp 2.0>
- (2+0j) != <RCmp 2>
  [1] != 2
  [1] != 2.0
--- 40,43 ----
***************
*** 54,58 ****
  [1] != <Coerce 2>
  [1] != <Cmp 2.0>
- [1] != <RCmp 2>
  (3,) != 2
  (3,) != 2.0
--- 50,53 ----
***************
*** 65,69 ****
  (3,) != <Coerce 2>
  (3,) != <Cmp 2.0>
- (3,) != <RCmp 2>
  None != 2
  None != 2.0
--- 60,63 ----
***************
*** 76,80 ****
  None != <Coerce 2>
  None != <Cmp 2.0>
- None != <RCmp 2>
  <Empty> != 2
  <Empty> != 2.0
--- 70,73 ----
***************
*** 87,91 ****
  <Empty> != <Coerce 2>
  <Empty> != <Cmp 2.0>
- <Empty> != <RCmp 2>
  <Coerce 2> == 2
  <Coerce 2> == 2.0
--- 80,83 ----
***************
*** 97,102 ****
  <Coerce 2> != <Empty>
  <Coerce 2> == <Coerce 2>
! <Coerce 2> != <Cmp 2.0>
! <Coerce 2> == <RCmp 2>
  <Cmp 2.0> == 2
  <Cmp 2.0> == 2.0
--- 89,93 ----
  <Coerce 2> != <Empty>
  <Coerce 2> == <Coerce 2>
! <Coerce 2> == <Cmp 2.0>
  <Cmp 2.0> == 2
  <Cmp 2.0> == 2.0
***************
*** 109,122 ****
  <Cmp 2.0> == <Coerce 2>
  <Cmp 2.0> == <Cmp 2.0>
- <Cmp 2.0> != <RCmp 2>
- <RCmp 2> != 2
- <RCmp 2> != 2.0
- <RCmp 2> != 2
- <RCmp 2> != (2+0j)
- <RCmp 2> != [1]
- <RCmp 2> != (3,)
- <RCmp 2> != None
- <RCmp 2> != <Empty>
- <RCmp 2> != <Coerce 2>
- <RCmp 2> != <Cmp 2.0>
- <RCmp 2> == <RCmp 2>
--- 100,101 ----