[issue5859] Remove implicit '%f' -> '%g' switch from float formatting.

Mark Dickinson report at bugs.python.org
Fri May 1 12:37:46 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Here's a patch which doesn't fix the '%f' -> '%g' switch, but paves the
way for that switch by getting rid of the fixed-size buffers in
formatfloat in unicodeobject.c, and in the fallback version of
PyOS_double_to_string.

----------
keywords: +patch
Added file: http://bugs.python.org/file13828/issue5859_stage1.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5859>
_______________________________________


More information about the Python-bugs-list mailing list