Kiriakos Vlahos <pyscrip...@gmail.com> added the comment:

Let me that add that it is impossible to fully unit test for the correctness of 
the str(float).  I only found out by accident, because one of the users bumped 
into such a case.  I tried to find a pattern in the misbehaved cased and it was 
rather difficult.  Here is what I got but it is not conclusive

-  If the number has decimal points it prints correctly. Problems only occur 
with xxxxxx.0
-  More specifically they only occur with xxxxx1.0
-  Small numbers (less than 10000) print OK.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9980>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to