mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
[3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063)
This commit is contained in:
parent
ca531e4326
commit
a9daa4fd04
7 changed files with 8569 additions and 5795 deletions
|
@ -302,9 +302,7 @@ Literals
|
|||
Name(id='a', ctx=Load())],
|
||||
keywords=[]),
|
||||
conversion=-1,
|
||||
format_spec=JoinedStr(
|
||||
values=[
|
||||
Constant(value='.3')]))]))
|
||||
format_spec=Constant(value='.3'))]))
|
||||
|
||||
|
||||
.. class:: List(elts, ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue