[Python-checkins] [python/cpython] 5eb788: bpo-30534: Fixed error messages when pass keyword ...

GitHub noreply at github.com
Tue Jun 6 11:45:30 EDT 2017


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

  Changed paths:
    M Lib/test/test_call.py
    M Lib/test/test_itertools.py
    M Objects/call.c
    M Objects/descrobject.c
    M Python/getargs.c

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




More information about the Python-checkins mailing list