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 Nghia Minh
Recipients Nghia Minh
Date 2020-07-08.09:08:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594199305.52.0.531988229747.issue41240@roundup.psfhosted.org>
In-reply-to
Content
I want to use the same type of quotation mark in f-string, like this:

f'Hey, {' this quote is wrong.'}'

Currently we have to:

f'But, {" this quote is right."}'
History
Date User Action Args
2020-07-08 09:08:25Nghia Minhsetrecipients: + Nghia Minh
2020-07-08 09:08:25Nghia Minhsetmessageid: <1594199305.52.0.531988229747.issue41240@roundup.psfhosted.org>
2020-07-08 09:08:25Nghia Minhlinkissue41240 messages
2020-07-08 09:08:25Nghia Minhcreate