(original) (raw)
Wiadomość napisana przez Mark Dickinson w dniu 2010-07-29, o godz. 20:47:
Now that we've got the short float repr in Python, there's less value
in having float.\_\_str\_\_ truncate to 12 significant digits (as it
currently does). For Python 3.2, I propose making float.\_\_str\_\_ use
the same algorithm as float.\_\_repr\_\_ for its output (and similarly for
complex).
Any thoughts or comments on this?
+1