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 serhiy.storchaka
Recipients Dennis Sweeney, lys.nikolaou, pablogsal, serhiy.storchaka, socketpair
Date 2021-05-24.07:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621842382.78.0.232297016426.issue44223@roundup.psfhosted.org>
In-reply-to
Content
Well, it works, but the priority of := is lower than priority of other operators. (x := item.upper() not in "ABC") is interpreted as (x := (item.upper() not in "ABC")).
History
Date User Action Args
2021-05-24 07:46:22serhiy.storchakasetrecipients: + serhiy.storchaka, socketpair, lys.nikolaou, pablogsal, Dennis Sweeney
2021-05-24 07:46:22serhiy.storchakasetmessageid: <1621842382.78.0.232297016426.issue44223@roundup.psfhosted.org>
2021-05-24 07:46:22serhiy.storchakalinkissue44223 messages
2021-05-24 07:46:22serhiy.storchakacreate