Message111982
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 |
|
Date |
User |
Action |
Args |
2010-07-29 18:11:16 | lvogt | set | recipients:
+ lvogt, georg.brandl, rhettinger, terry.reedy, belopolsky, ezio.melotti, docs@python |
2010-07-29 18:11:16 | lvogt | set | messageid: <1280427076.39.0.199393410154.issue7447@psf.upfronthosting.co.za> |
2010-07-29 18:11:14 | lvogt | link | issue7447 messages |
2010-07-29 18:11:14 | lvogt | create | |
|