This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hagen
Recipients hagen
Date 2008-11-12.16:24:35
SpamBayes Score 1.4118553e-09
Marked as misclassified No
Message-id <1226507077.43.0.0744196805458.issue4307@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-12 16:24:37hagensetrecipients: + hagen
2008-11-12 16:24:37hagensetmessageid: <1226507077.43.0.0744196805458.issue4307@psf.upfronthosting.co.za>
2008-11-12 16:24:36hagenlinkissue4307 messages
2008-11-12 16:24:36hagencreate