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 lukasz.langa, serhiy.storchaka
Date 2018-05-17.07:03:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526540625.71.0.682650639539.issue33475@psf.upfronthosting.co.za>
In-reply-to
Content
There are still problems with f-strings like f'''{"'"}''' => f'{"\'"}' (SyntaxError: f-string expression part cannot include a backslash). But this is a separate hard issue (issue33552).
History
Date User Action Args
2018-05-17 07:03:45serhiy.storchakasetrecipients: + serhiy.storchaka, lukasz.langa
2018-05-17 07:03:45serhiy.storchakasetmessageid: <1526540625.71.0.682650639539.issue33475@psf.upfronthosting.co.za>
2018-05-17 07:03:45serhiy.storchakalinkissue33475 messages
2018-05-17 07:03:45serhiy.storchakacreate