This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients eric.smith, mark.dickinson
Date 2009-05-01.10:37:42
SpamBayes Score 4.558115e-08
Marked as misclassified No
Message-id <1241174266.66.0.396502674816.issue5859@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-05-01 10:37:46mark.dickinsonsetrecipients: + mark.dickinson, eric.smith
2009-05-01 10:37:46mark.dickinsonsetmessageid: <1241174266.66.0.396502674816.issue5859@psf.upfronthosting.co.za>
2009-05-01 10:37:45mark.dickinsonlinkissue5859 messages
2009-05-01 10:37:45mark.dickinsoncreate