diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-10-30 19:41:33 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2000-10-30 19:41:33 (GMT) |
commit | 24ec6fbc7e85d647b3da9baa47f6c38d19fd8b36 (patch) | |
tree | c5cafbe523dc4f3ec6a23a2804b5f38cac7c3fe3 /Lib | |
parent | 8d6e8af16e23a7db27caa79d3f17333c4b687d62 (diff) | |
download | cpython-24ec6fbc7e85d647b3da9baa47f6c38d19fd8b36.zip cpython-24ec6fbc7e85d647b3da9baa47f6c38d19fd8b36.tar.gz cpython-24ec6fbc7e85d647b3da9baa47f6c38d19fd8b36.tar.bz2 |
track recent change to test_extcall.py
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/output/test_extcall | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/output/test_extcall b/Lib/test/output/test_extcall index 9f4ba43..87102af 100644 --- a/Lib/test/output/test_extcall +++ b/Lib/test/output/test_extcall @@ -27,3 +27,7 @@ h() got an unexpected keyword argument 'e' * argument must be a sequence ** argument must be a dictionary 3 512 1 +3 +3 +unbound method must be called with instance as first argument +unbound method must be called with instance as first argument |