Skip to content

Commit

Permalink
Improve NEWS blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
lysnikolaou committed Jul 4, 2023
1 parent be54786 commit e13e90c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
When the format specification of an f-string expression is empty, the parser now generates an empty :class:`ast.JoinedStr` node for it instead of adding an empty :class:`ast.Constant`.
When the format specification of an f-string expression is empty, the parser now
generates an empty :class:`ast.JoinedStr` node for it instead of an one-element
:class:`ast.JoinedStr` with an empty string :class:`ast.Constant`.

0 comments on commit e13e90c

Please sign in to comment.