From: Guido van Rossum Date: Fri, 24 Aug 2001 19:46:21 +0000 (+0000) Subject: Undo previous checkin -- Barry fixed it better. X-Git-Tag: v2.2a3~327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea46fa84946752513888996f0aabe1263a73164f;p=python Undo previous checkin -- Barry fixed it better. --- diff --git a/Lib/test/output/test_extcall b/Lib/test/output/test_extcall index b00849c732..ddb2be50fe 100644 --- a/Lib/test/output/test_extcall +++ b/Lib/test/output/test_extcall @@ -34,8 +34,6 @@ dir() got multiple values for keyword argument 'b' 3 512 1 3 3 -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'