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)
|