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 3fe1b82 commit 973e191Copy full SHA for 973e191
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-02-14-03-03-07.gh-issue-144087.KT9kaM.rst
@@ -0,0 +1,3 @@
1
+:class:`int`, :class:`float` and :class:`complex` constructors now support
2
+strings with unicode MINUS SIGN ``−`` (U+2212) as an alternative to ASCII
3
+HYPHEN-SIGN ``-`` (U+002D). Contributed by Bartosz Sławecki.
0 commit comments