]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
This patch makes sure that the function name always appears in the error
authorKa-Ping Yee <ping@zesty.ca>
Mon, 15 Jan 2001 22:14:16 +0000 (22:14 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Mon, 15 Jan 2001 22:14:16 +0000 (22:14 +0000)
commit2057970601b99863c06be1b266247a0fab35bd9b
tree74e1565eca3f15bb04d350d566535027503cf82d
parent1ff08b1243dcb07db975640b2f3cbc82985bee81
This patch makes sure that the function name always appears in the error
message, and tries to make the messages more consistent and helpful when
the wrong number of arguments or duplicate keyword arguments are supplied.
Comes with more tests for test_extcall.py and and an update to an error
message in test/output/test_pyexpat.
Lib/test/output/test_extcall
Lib/test/output/test_pyexpat
Lib/test/test_extcall.py
Python/ceval.c
Python/getargs.c