mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
Misc/NEWS entry for r72248
This commit is contained in:
parent
1d1285d82b
commit
865e01ab3e
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ What's New in Python 3.1 beta 1?
|
||||||
Core and Builtins
|
Core and Builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
- Issue #5914: Add new C API function PyOS_string_to_double, and
|
||||||
|
deprecate PyOS_ascii_strtod and PyOS_ascii_atof.
|
||||||
|
|
||||||
- Issue #3382: float.__format__, complex.__format__, and %-formatting
|
- Issue #3382: float.__format__, complex.__format__, and %-formatting
|
||||||
no longer map 'F' to 'f'. Because of issue #5859 (below), this only
|
no longer map 'F' to 'f'. Because of issue #5859 (below), this only
|
||||||
affects nan -> NAN and inf -> INF.
|
affects nan -> NAN and inf -> INF.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue