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 martin.panter
Recipients ethan.furman, martin.panter, r.david.murray, yselivanov
Date 2015-05-18.23:53:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431993195.51.0.182651401834.issue24205@psf.upfronthosting.co.za>
In-reply-to
Content
I think the patch is okay. Just beware that next(iter(kwargs)) can return different names if there is more than one unexpected argument, so the error message could vary. But it looks like the test cases are only when there is exactly one extra argument, so no problem.
History
Date User Action Args
2015-05-18 23:53:15martin.pantersetrecipients: + martin.panter, r.david.murray, ethan.furman, yselivanov
2015-05-18 23:53:15martin.pantersetmessageid: <1431993195.51.0.182651401834.issue24205@psf.upfronthosting.co.za>
2015-05-18 23:53:15martin.panterlinkissue24205 messages
2015-05-18 23:53:15martin.pantercreate