Message 341433 - Python tracker

Message341433

Author serhiy.storchaka
Recipients SilentGhost, barry, emilyemorehouse, eric.smith, larry, lukasz.langa, serhiy.storchaka
Date 2019-05-05.12:08:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557058133.97.0.305751875986.issue36798@roundup.psfhosted.org>
In-reply-to
Content
Allowing it at the top level is a breaking change. It should not be done without deprecation. And I think that it is better to use parenthesis around the assignment operator (or better do not use it in f-strings at all) that deprecate the "=" alignment.
History
Date User Action Args
2019-05-05 12:08:54serhiy.storchakasetrecipients: + serhiy.storchaka, barry, larry, eric.smith, SilentGhost, lukasz.langa, emilyemorehouse
2019-05-05 12:08:53serhiy.storchakasetmessageid: <1557058133.97.0.305751875986.issue36798@roundup.psfhosted.org>
2019-05-05 12:08:53serhiy.storchakalinkissue36798 messages
2019-05-05 12:08:53serhiy.storchakacreate