[Python-bugs-list] [ python-Bugs-476435 ] inconsistant behavior with float and str (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Tue, 30 Oct 2001 10:52:47 -0800
- Previous message: [Python-bugs-list] [ python-Bugs-476419 ] Turtle documentation not included.
- Next message: [Python-bugs-list] [ python-Bugs-476435 ] inconsistant behavior with float and str
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-bugs-list] [ python-Bugs-476419 ] Turtle documentation not included.
- Next message: [Python-bugs-list] [ python-Bugs-476435 ] inconsistant behavior with float and str
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]