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 veky
Recipients veky
Date 2017-07-05.17:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499275280.43.0.372385518137.issue30858@psf.upfronthosting.co.za>
In-reply-to
Content
Look at this (from https://www.quora.com/Is-end1-a-keyword-in-Python-3-6-1):

print(end1 + end2 + end3 + end4 + end5 + end6 + end=' ')
         ^
SyntaxError: keyword can't be an expression

Wouldn't it be better if the message said "keyword for an argument must be a simple name"? Or something like that. Newbies, when they think of keywords, they think something from keyword.kwlist, not something used to pass arguments to a function in a particular way.
History
Date User Action Args
2017-07-05 17:21:20vekysetrecipients: + veky
2017-07-05 17:21:20vekysetmessageid: <1499275280.43.0.372385518137.issue30858@psf.upfronthosting.co.za>
2017-07-05 17:21:20vekylinkissue30858 messages
2017-07-05 17:21:20vekycreate