[Python-bugs-list] [ python-Bugs-476435 ] inconsistant behavior with float and str

noreply@sourceforge.net noreply@sourceforge.net
Tue, 30 Oct 2001 10:52:47 -0800


Bugs item #476435, was opened at 2001-10-30 10:52
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=476435&group_id=5470

Category: None
Group: Python 2.1.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Brian Hoenig (rambozo)
Assigned to: Nobody/Anonymous (nobody)
Summary: inconsistant behavior with float and str

Initial Comment:
>>> 1.1
1.1000000000000001
>>> str(1.1)
'1.1'
>>> str(1.1000000000000001)
'1.1'
>>>          

This happens on 2.1.1 on Linux and win32.
There seem to be several issues here.



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=476435&group_id=5470