[ python-Bugs-1095789 ] Bug In Python

SourceForge.net noreply at sourceforge.net
Tue Jan 4 15:53:50 CET 2005


Bugs item #1095789, was opened at 2005-01-04 14:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1095789&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: JastheAce (jayse24)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug In Python

Initial Comment:
We are trying to convert a string value of "4.02" into a 
interger value multipled by 100.

Eg: 

Int(float("4.02")*100)

I think this should return 402 but returns 401

If i replace "4.02" with "4.04, it should return 404 and it 
does

Every other number from 4.02 returns an incorrect value.

4.02
4.06
4.10
4.14

etc etc

Can someone help this is driving me mad

Cheers JastheAce

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

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


More information about the Python-bugs-list mailing list