[Python-checkins] [python/cpython] 6cca5c: bpo-30592: Fixed error messages for some builtins....

GitHub noreply at github.com
Thu Jun 8 07:41:20 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 6cca5c8459cc439cb050010ffa762a03859d3051
      https://github.com/python/cpython/commit/6cca5c8459cc439cb050010ffa762a03859d3051
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-06-08 (Thu, 08 Jun 2017)

  Changed paths:
    M Modules/_operator.c
    M Modules/_randommodule.c
    M Modules/_sqlite/connection.c
    M Modules/_sqlite/row.c
    M Modules/arraymodule.c
    M Modules/itertoolsmodule.c
    M Modules/zipimport.c
    M Objects/boolobject.c
    M Objects/rangeobject.c
    M Objects/setobject.c
    M Objects/sliceobject.c
    M Objects/weakrefobject.c
    M Python/bltinmodule.c

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list