New submission from Nghia Minh <nvmng...@gmail.com>:

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."}'

----------
components: Library (Lib)
messages: 373296
nosy: Nghia Minh
priority: normal
severity: normal
status: open
title: Use the same kind of quotation mark in f-string
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41240>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to