[New-bugs-announce] [issue41240] Use the same kind of quotation mark in f-string

Nghia Minh report at bugs.python.org
Wed Jul 8 05:08:25 EDT 2020


New submission from Nghia Minh <nvmnghia at 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 <report at bugs.python.org>
<https://bugs.python.org/issue41240>
_______________________________________


More information about the New-bugs-announce mailing list