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 pablogsal
Recipients BTaskaya, gvanrossum, lukasz.langa, lys.nikolaou, pablogsal
Date 2020-10-07.23:05:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602111938.02.0.77752588509.issue41967@roundup.psfhosted.org>
In-reply-to
Content
After some extra testing, we found that is not enough with handling spaces, unfortunately, as things like the walrus need also the parentheses to be preserved. Given that multi-line strings will complicate the code considerably, I am going to drop this for the time being unless we have a good way to solve these problems in a way that does not involve several workarounds.
History
Date User Action Args
2020-10-07 23:05:38pablogsalsetrecipients: + pablogsal, gvanrossum, lukasz.langa, lys.nikolaou, BTaskaya
2020-10-07 23:05:38pablogsalsetmessageid: <1602111938.02.0.77752588509.issue41967@roundup.psfhosted.org>
2020-10-07 23:05:38pablogsallinkissue41967 messages
2020-10-07 23:05:37pablogsalcreate