[issue14328] Add keyword-only parameter support to PyArg_ParseTupleAndKeywords

Larry Hastings report at bugs.python.org
Thu Mar 15 22:59:03 CET 2012


Larry Hastings <larry at hastings.org> added the comment:

It frankly never occurred to me that you'd want mandatory keyword-only arguments.  Implementing them as optional-only was easy; I'm not sure but making them possibly mandatory (or both!) might complicate matters.

Is there a use case for 'em?

----------

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


More information about the Python-bugs-list mailing list