[Python-bugs-list] [Bug #110627] Floating point numbers (PR#277)

noreply@sourceforge.net noreply@sourceforge.net
Sat, 16 Sep 2000 15:34:42 -0700


Bug #110627, was updated on 2000-Jul-31 14:08
Here is a current snapshot of the bug.

Project: Python
Category: Windows
Status: Closed
Resolution: Wont Fix
Bug Group: 3rd Party
Priority: 3
Summary: Floating point numbers (PR#277)

Details: Jitterbug-Id: 277
Submitted-By: gellsmore@yahoo.com
Date: Wed,  5 Apr 2000 17:00:09 -0400 (EDT)
Version: Python CE 1.0b1
OS: Windows CE H/PC 3.01 pro


Floating point answer objects not returned correctly

>>>3.1
g

All floats return g but will work in scenario below where floats form part of
the expression but not the answer object

>>>int(3.1/2)
1

this works.



====================================================================
Audit trail:
Mon May 22 17:49:40 2000	guido	changed notes
Mon May 22 17:49:40 2000	guido	moved from incoming to open

Follow-Ups:

Date: 2000-Aug-03 05:50
By: twouters

Comment:
Hm, Python CE 1.0b1 ? I'm not sure if that's an old version of Python ported to the CE, or a recent version of Python ported to the CE with a new version number. In any case, I dont believe the CE port is being maintained by the core Python group, so I don't think we can do much about it.

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

Date: 2000-Sep-07 15:02
By: jhylton

Comment:
Please do triage on this bug.
-------------------------------------------------------

Date: 2000-Sep-16 14:50
By: bwarsaw

Comment:
This works fine for me on Linux w/ Python 2.0b1.  I don't have Windows CE available to test if it's a platform bug.
-------------------------------------------------------

Date: 2000-Sep-16 15:16
By: tim_one

Comment:
Reassigned to Mark Hammond, as I believe he did the CE port.  There's no problem here in the Python core, so nothing we can do about it.
-------------------------------------------------------

Date: 2000-Sep-16 15:34
By: mhammond

Comment:
The CE port is not maintained by the core Python group - indeed, as far as I know, it is not being maintained by anyone.  Marking as "Wont Fix", but I will forward the bug report to the python-ce mailing list.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110627&group_id=5470