]> granicus.if.org Git - python/commit
improve error message from passing inadequate number of keyword arguments #6474
authorBenjamin Peterson <benjamin@python.org>
Sun, 21 Mar 2010 20:21:00 +0000 (20:21 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 21 Mar 2010 20:21:00 +0000 (20:21 +0000)
commit965458931ff6fae2090fa4ddd95cb7f81ce2bcc1
treefa762b6b42f6215204b3faf33de108845de5f35a
parent54bc22e9f333547ef6183fb79c897aeecc19db14
improve error message from passing inadequate number of keyword arguments #6474

Note this removes the "non-keyword" or "keyword" phrases from these messages.
Lib/test/test_extcall.py
Misc/NEWS
Python/ceval.c