]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Jun 2017 15:45:22 +0000 (18:45 +0300)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2017 15:45:22 +0000 (18:45 +0300)
commit5eb788bf7f54a8e04429e18fc332db858edd64b6
treeff7ea360d2765c1ec18ad02fcfc1de473a1d7b65
parent5cefb6cfdd089d237ba6724bb5311ee4f04be59f
bpo-30534: Fixed error messages when pass keyword arguments (#1901)

to functions implemented in C that don't support this.

Also unified error messages for functions that don't take positional or keyword
arguments.
Lib/test/test_call.py
Lib/test/test_itertools.py
Objects/call.c
Objects/descrobject.c
Python/getargs.c