Message112004
| Author | terry.reedy |
|---|---|
| Recipients | belopolsky, docs@python, ezio.melotti, georg.brandl, lukasz.langa, lvogt, rhettinger, terry.reedy |
| Date | 2010-07-29.21:00:34 |
| SpamBayes Score | 0.010929259 |
| Marked as misclassified | No |
| Message-id | <1280437236.14.0.418402707267.issue7447@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-29 21:00:36 | terry.reedy | set | recipients: + terry.reedy, georg.brandl, rhettinger, belopolsky, ezio.melotti, docs@python, lvogt, lukasz.langa |
| 2010-07-29 21:00:36 | terry.reedy | set | messageid: <1280437236.14.0.418402707267.issue7447@psf.upfronthosting.co.za> |
| 2010-07-29 21:00:34 | terry.reedy | link | issue7447 messages |
| 2010-07-29 21:00:34 | terry.reedy | create | |