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 943d129 commit 78a7677Copy full SHA for 78a7677
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-01-30-02-08-34.gh-issue-144325.O3GZ80.rst
@@ -0,0 +1,5 @@
1
+Improves error messages for ``{}``-style formatters for ``str``, ``float``,
2
+``int``, and ``complex``. Make error messages handle Unicode characters
3
+properly. Make grouping characters ``,`` and ``_`` in fractional part only
4
+allowed for floating-point presentation types (``e``, ``f``, ``g``, ``E``,
5
+``G``, ``%``, and ``F``).
0 commit comments