Message111982
| 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: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 | |