Message105084
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. |
|
| 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: <[email protected]> |
| 2010-05-05 20:21:51 | pitrou | link | issue8626 messages |
| 2010-05-05 20:21:51 | pitrou | create | |
|