cpython list __str__ method for floats

david david at nospam.spam
Tue Sep 11 07:07:29 EDT 2007


returns poorly formatted values:

 >>>str(13.3)
'13.3'
 >>>str([13.3])
'[13.300000000000001]'

[david]



More information about the Python-list mailing list