[issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"

R. David Murray report at bugs.python.org
Fri Mar 31 13:29:06 EDT 2017


R. David Murray added the comment:

If you want to be completely unambiguous, you could say "keyword argument names".  "keyword argument" appears to mean different things in different contexts; sometimes it means the name and the value together, sometimes one or the other.  Usually which one it is is clear from context, but it seems in this case it is not clear.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29951>
_______________________________________


More information about the Python-bugs-list mailing list