[issue4307] inspect.FullArgSpec does not match the docs

2008-11-12 Thread Hagen Fürstenau
New submission from Hagen Fürstenau <[EMAIL PROTECTED]>: 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 seem

[issue4307] inspect.FullArgSpec does not match the docs

2008-11-12 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This patch looks good. -- assignee: -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> _

[issue4307] inspect.FullArgSpec does not match the docs

2008-11-12 Thread Christian Heimes
Christian Heimes <[EMAIL PROTECTED]> added the comment: Agreed! -- nosy: +christian.heimes priority: -> normal resolution: -> accepted stage: -> patch review ___ Python tracker <[EMAIL PROTECTED]>

[issue4307] inspect.FullArgSpec does not match the docs

2008-11-12 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks for the patch! Fixed in r67203. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _