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 MrJean1
Recipients MrJean1, duaneb, riq
Date 2008-06-21.23:21:39
SpamBayes Score 0.048700746
Marked as misclassified No
Message-id <1214090504.45.0.635217319334.issue2813@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch attempting to provide support for %f with precision in PyString_FromFormat* based on file Objects/stringobject.c of Python 2.6b1.

Note, only %f is support but %lf is not and silently ignored.
History
Date User Action Args
2008-06-21 23:21:46MrJean1setspambayes_score: 0.0487007 -> 0.048700746
recipients: + MrJean1, duaneb, riq
2008-06-21 23:21:44MrJean1setspambayes_score: 0.0487007 -> 0.0487007
messageid: <1214090504.45.0.635217319334.issue2813@psf.upfronthosting.co.za>
2008-06-21 23:21:43MrJean1linkissue2813 messages
2008-06-21 23:21:43MrJean1create