This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Aritmetic error
Type: behavior Stage: resolved
Components: Interpreter Core Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, r00ta
Priority: normal Keywords:

Created on 2016-12-20 12:00 by r00ta, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg283684 - (view) Author: Jacopo (r00ta) Date: 2016-12-20 12:00
$ python
Python 2.7.3 (default, Jun 21 2016, 18:38:19) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 69.90 + 2.90
72.80000000000001
msg283685 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-12-20 12:04
Thanks for the report, but it works as expected. Please see https://docs.python.org/2/tutorial/floatingpoint.html for more information.
History
Date User Action Args
2022-04-11 14:58:40adminsetgithub: 73208
2016-12-20 12:04:28berker.peksagsetstatus: open -> closed

nosy: + berker.peksag
messages: + msg283685

resolution: not a bug
stage: resolved
2016-12-20 12:00:51r00tacreate