From: Mark Dickinson Date: Fri, 1 May 2009 11:42:35 +0000 (+0000) Subject: Blocked revisions 72161 via svnmerge X-Git-Tag: 3.0~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebb5e94a8d21115bf85bb29b683607c15fa7cbeb;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 72161 via svnmerge ........ r72161 | mark.dickinson | 2009-05-01 12:42:00 +0100 (Fri, 01 May 2009) | 5 lines Issue #5859: Remove use of fixed-length buffers for float formatting in unicodeobject.c and the fallback version of PyOS_double_to_string. As a result, operations like '%.120e' % 12.34 no longer raise an exception. ........ ---