Update test output to match new (more informative) error message about
authorGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 19:31:43 +0000 (19:31 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Aug 2001 19:31:43 +0000 (19:31 +0000)
calling unbound method with wrong first argument.

Lib/test/output/test_extcall

index 86da35281590ef6582c5578e736e56a091a93e1b..b00849c7326a5394b7e1d14478b0b75e1e938dd7 100644 (file)
@@ -34,8 +34,8 @@ dir() got multiple values for keyword argument 'b'
 3 512 1
 3
 3
-unbound method method() must be called with instance as first argument
-unbound method method() must be called with instance as first argument
+unbound method method() must be called with Foo instance as first argument (got int instance instead)
+unbound method method() must be called with Foo instance as first argument (got int instance instead)
 za () {} -> za() takes exactly 1 argument (0 given)
 za () {'a': 'aa'} -> ok za aa B D E V a
 za () {'d': 'dd'} -> za() got an unexpected keyword argument 'd'