Skip to content

Commit 4d3f0e3

Browse files
committed
address review: add to whatsnew
1 parent ea851c3 commit 4d3f0e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ Other language changes
202202
making it a :term:`generic type`.
203203
(Contributed by Brian Schubert in :gh:`126012`.)
204204

205+
* Support underscore and comma as thousands separators in the fractional part
206+
for floating-point presentation types of the new-style string formatting
207+
(with :func:`format` or :ref:`f-strings`).
208+
(Contrubuted by Sergey B Kirpichev in :gh:`87790`.)
209+
205210

206211
New modules
207212
===========

0 commit comments

Comments
 (0)