commit | 6cca5c8459cc439cb050010ffa762a03859d3051 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Jun 08 14:41:19 2017 +0300 |
committer | GitHub <noreply@github.com> | Thu Jun 08 14:41:19 2017 +0300 |
tree | 9c144fde07123ff6c9d6f87a2a2b3d42883630d4 | |
parent | 865de27dd79571a4a5c7a7d22a07fb909c4a9f8e [diff] |
bpo-30592: Fixed error messages for some builtins. (#1996) Error messages when pass keyword arguments to some builtins that don't support keyword arguments contained double parenthesis: "()()". The regression was introduced by bpo-30534.