diff options
author | Guido van Rossum <guido@python.org> | 2001-08-24 19:46:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-08-24 19:46:21 (GMT) |
commit | ea46fa84946752513888996f0aabe1263a73164f (patch) | |
tree | 2ef1e2be639cc9952b55303d45dfc158be7cbc21 | |
parent | d320ad08bfaae398a0c4af998b788090cd77aa88 (diff) | |
download | cpython-ea46fa84946752513888996f0aabe1263a73164f.zip cpython-ea46fa84946752513888996f0aabe1263a73164f.tar.gz cpython-ea46fa84946752513888996f0aabe1263a73164f.tar.bz2 |
Undo previous checkin -- Barry fixed it better.
-rw-r--r-- | Lib/test/output/test_extcall | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/output/test_extcall b/Lib/test/output/test_extcall index b00849c..ddb2be5 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' |