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 shreyanavigyan
Recipients aroberge, lys.nikolaou, pablogsal, shreyanavigyan
Date 2021-05-19.19:14:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621451672.12.0.704482034842.issue44180@roundup.psfhosted.org>
In-reply-to
Content
The bad token example needs a fix but the second is actually ok because we have another type we write within curly braces "{" and there the error is actually perfect. Like if we follow the error message, we use

ages = {'Alice'==22}

And we actually get a "set" with the first value as False. Sets behaves syntactically like list but have different behaviors of mathematical sets.
History
Date User Action Args
2021-05-19 19:14:32shreyanavigyansetrecipients: + shreyanavigyan, aroberge, lys.nikolaou, pablogsal
2021-05-19 19:14:32shreyanavigyansetmessageid: <1621451672.12.0.704482034842.issue44180@roundup.psfhosted.org>
2021-05-19 19:14:32shreyanavigyanlinkissue44180 messages
2021-05-19 19:14:32shreyanavigyancreate