]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Blocked revisions 72161 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Fri, 1 May 2009 11:42:35 +0000 (11:42 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 1 May 2009 11:42:35 +0000 (11:42 +0000)
........
  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.
........


No differences found