[issue34637] Make *start* usable as a keyword argument for sum().

Raymond Hettinger report at bugs.python.org
Wed Sep 12 13:57:52 EDT 2018


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Discussed exposure of the first argument with GPS and agreed that we don't want people writing API sum(iterable=[10,20,30], start=0).

Serhiy, yes this is a duplicate/superseder of issue31141.   Will close that at well.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34637>
_______________________________________


More information about the Python-bugs-list mailing list