Skip to content

Commit 53c7e97

Browse files
committed
Add a *What's New* entry
1 parent a9874e7 commit 53c7e97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,11 @@ Other language changes
406406
making it a :term:`generic type`.
407407
(Contributed by James Hilton-Balfe in :gh:`128335`.)
408408

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+
409414
New modules
410415
===========
411416

0 commit comments

Comments
 (0)