From ebb5e94a8d21115bf85bb29b683607c15fa7cbeb Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 1 May 2009 11:42:35 +0000 Subject: [PATCH] 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. ........ -- 2.47.3