[issue8350] Document lack of support for keyword arguments in C functions

Łukasz Langa report at bugs.python.org
Fri Jul 30 15:39:48 CEST 2010


Łukasz Langa <lukasz at langa.pl> added the comment:

Currently it's somewhat surprising that while the documentation often states the default values for certain builtins, invoking the builtin with keyword arguments as described in the documentation does not work.

Original discussion: #7447

I'm going through all builtins to see how the keyword arg support looks and I'm going to present a patch for Doc/library/builtins.rst that explicitly states that builtins don't support this kind of invocation.

Expect a patch for that case later today. As for `os` et al, the discussion goes on.

----------

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


More information about the Python-bugs-list mailing list