[issue30858] Keyword can't be an expression?

Nick Coghlan report at bugs.python.org
Sun Aug 26 21:46:49 EDT 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

The current error message is also outright incorrect, since simple names *are* valid expressions - the actual problem being reported is that binary expressions (veky's case) and strings (my case) *aren't* identifiers.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30858>
_______________________________________


More information about the Python-bugs-list mailing list