From: Mark Dickinson Date: Sun, 3 May 2009 20:34:39 +0000 (+0000) Subject: Blocked revisions 72248 via svnmerge X-Git-Tag: 3.0~140 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16bcab8801395f3e054b502bf790bdf18d9e47f6;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 72248 via svnmerge ........ r72248 | mark.dickinson | 2009-05-03 21:33:40 +0100 (Sun, 03 May 2009) | 4 lines Issue #5914: Add new C-API function PyOS_string_to_double, to complement PyOS_double_to_string, and deprecate PyOS_ascii_strtod and PyOS_ascii_atof. ........ ---