[issue7010] Rounding when converting float tuple to str
Mark Dickinson
report at bugs.python.org
Mon Sep 28 11:19:40 CEST 2009
Mark Dickinson <dickinsm at gmail.com> added the comment:
And as Eric says, you shouldn't see this behaviour in Python 3.1, since
there str(0.1) == repr(0.1) == '0.1'. If you are seeing it in 3.1, then
something interesting's happening: please reopen in that case. :)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7010>
_______________________________________
More information about the Python-bugs-list
mailing list