Message75788
The docs say that inspect.FullArgSpec is a named tuple
FullArgSpec(args, varargs, varkw, defaults, kwonlyargs, kwonlydefaults,
annotations)
However the implementation has "kwdefaults" instead of "kwonlydefaults".
The name in the docs seems to make more sense. A patch fixing this is
attached. |
|
| Date |
User |
Action |
Args |
| 2008-11-12 16:24:37 | hagen | set | recipients:
+ hagen |
| 2008-11-12 16:24:37 | hagen | set | messageid: <1226507077.43.0.0744196805458.issue4307@psf.upfronthosting.co.za> |
| 2008-11-12 16:24:36 | hagen | link | issue4307 messages |
| 2008-11-12 16:24:36 | hagen | create | |
|