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:46:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535334409.69.0.56676864532.issue30858@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-08-27 01:46:49ncoghlansetrecipients: + ncoghlan, rhettinger, r.david.murray, serhiy.storchaka, veky
2018-08-27 01:46:49ncoghlansetmessageid: <1535334409.69.0.56676864532.issue30858@psf.upfronthosting.co.za>
2018-08-27 01:46:49ncoghlanlinkissue30858 messages
2018-08-27 01:46:49ncoghlancreate