summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-09-03-04-37-52.gh-issue-108469.kusj40.rst
blob: ac0f682963daec1c895b17d3fd47e56bd2b03146 (plain)
1
2
3
:func:`ast.unparse` now supports new :term:`f-string` syntax introduced in
Python 3.12. Note that the :term:`f-string` quotes are reselected for simplicity
under the new syntax. (Patch by Steven Sun)