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 eric.smith
Recipients eric.smith, mark.dickinson
Date 2009-05-04.18:49:08
SpamBayes Score 5.270504e-07
Marked as misclassified No
Message-id <1241462950.59.0.197463137017.issue5920@psf.upfronthosting.co.za>
In-reply-to
Content
About your patch: Wouldn't it make more sense to switch to type 's',
with a precision of 0, so as to use the same logic that float_str uses?
I realize it's the same result, but if we're making the point that we
want to match float_str, it makes sense to me to use the same logic so
you don't have to walk through the code to figure it out.

Or, also switch float_str to use 'g' with a precision of
PyFloat_STR_PRECISION, and get rid of 's' altogether. But maybe we
should do that as a separate step, after this change.
History
Date User Action Args
2009-05-04 18:49:10eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-05-04 18:49:10eric.smithsetmessageid: <1241462950.59.0.197463137017.issue5920@psf.upfronthosting.co.za>
2009-05-04 18:49:08eric.smithlinkissue5920 messages
2009-05-04 18:49:08eric.smithcreate