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 a9874e7 commit 53c7e97Copy full SHA for 53c7e97
Doc/whatsnew/3.15.rst
@@ -406,6 +406,11 @@ Other language changes
406
making it a :term:`generic type`.
407
(Contributed by James Hilton-Balfe in :gh:`128335`.)
408
409
+* :func:`int`, :func:`float` and :func:`complex` now support strings
410
+ with ``−`` (Unicode minus sign, U+2212) as an alternative to ``-``
411
+ (ASCII hyphen minus, U+002D).
412
+ (Contributed by Bartosz Sławecki in :gh:`144087`.)
413
+
414
New modules
415
===========
416
0 commit comments