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 ncoghlan
Recipients ncoghlan, r.david.murray, rhettinger, serhiy.storchaka, veky
Date 2018-08-27.01:42:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535334152.77.0.56676864532.issue30858@psf.upfronthosting.co.za>
In-reply-to
Content
I just ran into this, and found the existing error message *incredibly* confusing. My immediate reaction was "There's no keyword in that line, what are you complaining about?".

An error message that said "Keyword argument name must be an identifier" would have been *far* more useful, and far less confusing.
History
Date User Action Args
2018-08-27 01:42:32ncoghlansetrecipients: + ncoghlan, rhettinger, r.david.murray, serhiy.storchaka, veky
2018-08-27 01:42:32ncoghlansetmessageid: <1535334152.77.0.56676864532.issue30858@psf.upfronthosting.co.za>
2018-08-27 01:42:32ncoghlanlinkissue30858 messages
2018-08-27 01:42:32ncoghlancreate