From 3ea60c2a7ae8e24e4037c1960820b7e151a91848 Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Mon, 30 Dec 2002 20:21:15 +0000 Subject: Match new sequence behavior. User defined types now behave better as and with sequences. --- Lib/test/output/test_coercion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/test/output/test_coercion b/Lib/test/output/test_coercion index 4209750..dc74b37 100644 --- a/Lib/test/output/test_coercion +++ b/Lib/test/output/test_coercion @@ -520,7 +520,7 @@ test_coercion [1] - ... exceptions.TypeError [1] -= ... exceptions.TypeError [1] * = [1] -[1] *= ... exceptions.TypeError +[1] *= => [1] [1] / ... exceptions.TypeError [1] /= ... exceptions.TypeError [1] ** ... exceptions.TypeError @@ -532,7 +532,7 @@ test_coercion [1] - ... exceptions.TypeError [1] -= ... exceptions.TypeError [1] * = [1, 1] -[1] *= ... exceptions.TypeError +[1] *= => [1, 1] [1] / ... exceptions.TypeError [1] /= ... exceptions.TypeError [1] ** ... exceptions.TypeError -- cgit v0.12