[Python-Dev] test_coercion
Raymond Hettinger
python@rcn.com
Tue, 31 Dec 2002 12:32:18 -0500
Can anyone reproduce this test failure:
C:\py23\Lib\test>python_d regrtest.py test_coercion
test_coercion
test test_coercion produced unexpected output:
**********************************************************************
*** mismatch between line 523 of expected output and line 523 of actual output:
- [1] *= <MethodNumber 1> => [1]
+ [1] *= <MethodNumber 1> ... exceptions.TypeError
*** mismatch between line 535 of expected output and line 535 of actual output:
- [1] *= <CoerceNumber 2> => [1, 1]
+ [1] *= <CoerceNumber 2> ... exceptions.TypeError
***********************************************************************
1 test failed:
test_coercion
[12762 refs]