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 vstinner
Recipients rhettinger, scoder, serhiy.storchaka, vstinner
Date 2017-06-01.08:02:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496304148.72.0.428982995409.issue30534@psf.upfronthosting.co.za>
In-reply-to
Content
> Note that some error messages are "takes no keyword arguments", but others are "does not take keyword arguments" or "doesn't take keyword arguments".

We already have a _PyArg_NoKeywords() function. Maybe we could add a new _PyErr_NoKeywords() function which would just raise the error?
History
Date User Action Args
2017-06-01 08:02:28vstinnersetrecipients: + vstinner, rhettinger, scoder, serhiy.storchaka
2017-06-01 08:02:28vstinnersetmessageid: <1496304148.72.0.428982995409.issue30534@psf.upfronthosting.co.za>
2017-06-01 08:02:28vstinnerlinkissue30534 messages
2017-06-01 08:02:28vstinnercreate