Message105084
| Author | pitrou |
|---|---|
| Recipients | dabrahams, docs@python, pitrou |
| Date | 2010-05-05.20:21:51 |
| SpamBayes Score | 2.773954e-05 |
| Marked as misclassified | No |
| Message-id | <1273090913.63.0.873848285373.issue8626@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is more of a documentation issue than anything else. The fact that the argument is named "maxsplit" and accepts a default value doesn't mean it's usable as a keyword argument. It would be difficult to document a parameter without giving it a name anyway... As a rule of thumb, methods accepting 2 parameters or less often don't accept any keyword arguments, since there's no point in doing so. I suggest closing this issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-05 20:21:53 | pitrou | set | recipients: + pitrou, docs@python, dabrahams |
| 2010-05-05 20:21:53 | pitrou | set | messageid: <1273090913.63.0.873848285373.issue8626@psf.upfronthosting.co.za> |
| 2010-05-05 20:21:51 | pitrou | link | issue8626 messages |
| 2010-05-05 20:21:51 | pitrou | create | |