]> granicus.if.org Git - python/commit
Issue #5859: Remove use of fixed-length buffers for float formatting
authorMark Dickinson <dickinsm@gmail.com>
Fri, 1 May 2009 11:42:00 +0000 (11:42 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 1 May 2009 11:42:00 +0000 (11:42 +0000)
commitf489caf5daa2b0f3a1bd951b585c834aab1a54c6
treef57e0339acc0f5b702743d438738ad2f0d2aeba7
parentfb526ac34af13116733fcd0a306016e253d90c08
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.
Lib/test/string_tests.py
Misc/NEWS
Objects/unicodeobject.c
Python/pystrtod.c