[issue26282] Add support for partial keyword arguments in extension functions

Raymond Hettinger report at bugs.python.org
Sun Feb 7 04:31:29 EST 2016


Raymond Hettinger added the comment:

+1 for this suggestion.  There are a number of places where we've been trapped between having no keyword arguments or having to use keywords for all arguments even when it doesn't make sense to have all arguments be keywords.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list