[issue1580] Use shorter float repr when possible

Tim Peters report at bugs.python.org
Thu Feb 26 21:35:26 CET 2009


Tim Peters <tim.peters at gmail.com> added the comment:

Mark, "extreme complexity" is relative to what's possible if you don't
care about speed; e.g., if you use only bigint operations very
straightforwardly, correct rounding amounts to a dozen lines of
obviously correct Python code.

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


More information about the Python-bugs-list mailing list