[issue7447] Sum() doc and behavior mismatch

Terry J. Reedy report at bugs.python.org
Thu Jul 29 23:00:36 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

For Python functions, all arguments can be keyword arguments. For many builtins, none can be (and maybe there should be a note to that effect at the top of the built-in functions chapter). 'Param = default' merely means that the parameter has a default argument and it is therefore optional to provide one. It says nothing about whether the argument can be identified by the parameter name or only by position.

----------

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


More information about the Python-bugs-list mailing list