This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lvogt
Recipients belopolsky, docs@python, ezio.melotti, georg.brandl, lvogt, rhettinger, terry.reedy
Date 2010-07-29.18:11:13
SpamBayes Score 0.0001307746
Marked as misclassified No
Message-id <1280427076.39.0.199393410154.issue7447@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you Georg, I updated the patch

Ezio, wouldn't  start=0  in the signature  imply that sum accepted a keyword argument? I read "Documenting Python" (4.3) but am not sure about the distinction of default values or keyword arbuments.

>>> sum([1,2,3], start=4)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: sum() takes no keyword arguments
History
Date User Action Args
2010-07-29 18:11:16lvogtsetrecipients: + lvogt, georg.brandl, rhettinger, terry.reedy, belopolsky, ezio.melotti, docs@python
2010-07-29 18:11:16lvogtsetmessageid: <1280427076.39.0.199393410154.issue7447@psf.upfronthosting.co.za>
2010-07-29 18:11:14lvogtlinkissue7447 messages
2010-07-29 18:11:14lvogtcreate