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.15:03:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602083021.6.0.136657564681.issue41967@roundup.psfhosted.org>
In-reply-to
Content
After investigating with BTaskaya, seems that we cannot use the literal string from the tokenizer for multi-line annotations. But we could use the tokens (losing the literal whitespace), which honestly is less exciting because we will lose the literal formatting.
History
Date User Action Args
2020-10-07 15:03:41pablogsalsetrecipients: + pablogsal, gvanrossum, lukasz.langa, lys.nikolaou, BTaskaya
2020-10-07 15:03:41pablogsalsetmessageid: <1602083021.6.0.136657564681.issue41967@roundup.psfhosted.org>
2020-10-07 15:03:41pablogsallinkissue41967 messages
2020-10-07 15:03:41pablogsalcreate