We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea851c3 commit 4d3f0e3Copy full SHA for 4d3f0e3
Doc/whatsnew/3.14.rst
@@ -202,6 +202,11 @@ Other language changes
202
making it a :term:`generic type`.
203
(Contributed by Brian Schubert in :gh:`126012`.)
204
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
+
210
211
New modules
212
===========
0 commit comments