[issue12450] Use the Grisu algorithms to convert floats to strings

Raymond Hettinger report at bugs.python.org
Fri Jul 1 09:55:40 CEST 2011


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I concur with Mark.  This is a very challenging area and no change would be warranted without keeping the current accuracy guarantees, definitive speed improvement, extensive tests, and consideration of the impact on users of having float reprs change yet again.

This was a nice tracker item for improving our awareness of alternate algorithms, but it isn't a credible feature request without the qualities listed above.  

I'll mark this as closed/rejected.  Feel free to reopen if we get some solid evidence that python would be significantly improved enough to warrant the disruption for users and the investment of developer time.

----------
resolution:  -> rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list