From: Mark Dickinson Date: Thu, 7 May 2009 16:37:01 +0000 (+0000) Subject: Misc/NEWS entry for r72248 X-Git-Tag: v3.1rc1~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=865e01ab3ef817360e24c7ff70ed5c223c2ad6b4;p=python Misc/NEWS entry for r72248 --- diff --git a/Misc/NEWS b/Misc/NEWS index 4b013f76be..2464c042d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.