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 Florian.Loitsch
Recipients Florian.Loitsch, amaury.forgeotdarc, djc, eric.smith, mark.dickinson, michael.foord, rhettinger, vstinner
Date 2011-09-17.19:28:24
SpamBayes Score 0.028759163
Marked as misclassified No
Message-id <1316287705.65.0.758619890428.issue12450@psf.upfronthosting.co.za>
In-reply-to
Content
FYI: the double-conversion library at http://code.google.com/p/double-conversion already contains code for the fallback case. It would not be necessary to keep Python's existing code just for the 0.5%.
The library is now used by Firefox, Chrome, and Webkit, and should be well tested.
It's biggest deficiency (compared to Gay's dtoa.c) is its specialization to IEEE doubles. Floats or long doubles are not supported. If Python needs to support these types I recommend not to switch.
History
Date User Action Args
2011-09-17 19:28:25Florian.Loitschsetrecipients: + Florian.Loitsch, rhettinger, amaury.forgeotdarc, mark.dickinson, vstinner, eric.smith, djc, michael.foord
2011-09-17 19:28:25Florian.Loitschsetmessageid: <1316287705.65.0.758619890428.issue12450@psf.upfronthosting.co.za>
2011-09-17 19:28:25Florian.Loitschlinkissue12450 messages
2011-09-17 19:28:24Florian.Loitschcreate