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 ronaldoussoren
Recipients jan.cespivo, ronaldoussoren
Date 2020-07-28.08:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595923823.11.0.147644674554.issue41417@roundup.psfhosted.org>
In-reply-to
Content
I don't know if this limitation is intentional, but not that you can use an assignment expression when you enclose the expression with parenthesis:

>>> assert (a:=1)
>>> a
1
>>>
History
Date User Action Args
2020-07-28 08:10:23ronaldoussorensetrecipients: + ronaldoussoren, jan.cespivo
2020-07-28 08:10:23ronaldoussorensetmessageid: <1595923823.11.0.147644674554.issue41417@roundup.psfhosted.org>
2020-07-28 08:10:23ronaldoussorenlinkissue41417 messages
2020-07-28 08:10:23ronaldoussorencreate