diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-05-07 16:37:01 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-05-07 16:37:01 (GMT) |
commit | 865e01ab3ef817360e24c7ff70ed5c223c2ad6b4 (patch) | |
tree | f111c1f3f39620d447ee894fc69ae341859ca700 /Misc | |
parent | 1d1285d82bb6b4d6b0e23ffc25b1cd76fc2cac97 (diff) | |
download | cpython-865e01ab3ef817360e24c7ff70ed5c223c2ad6b4.zip cpython-865e01ab3ef817360e24c7ff70ed5c223c2ad6b4.tar.gz cpython-865e01ab3ef817360e24c7ff70ed5c223c2ad6b4.tar.bz2 |
Misc/NEWS entry for r72248
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ What's New in Python 3.1 beta 1? 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 no longer map 'F' to 'f'. Because of issue #5859 (below), this only affects nan -> NAN and inf -> INF. |