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: Decimal arithmetic sum error
Type: behavior Stage: resolved
Components: Interpreter Core Versions: Python 3.7, Python 3.6, Python 3.3, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Yelson Chevarrias Huaman, steven.daprano, zach.ware
Priority: normal Keywords:

Created on 2017-07-10 22:27 by Yelson Chevarrias Huaman, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
csm.png Yelson Chevarrias Huaman, 2017-07-10 22:27 Console screenshot
Messages (3)
msg298093 - (view) Author: Yelson Chevarrias Huaman (Yelson Chevarrias Huaman) Date: 2017-07-10 22:27
Decimal arithmetic sum error
msg298094 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-07-10 22:50
https://docs.python.org/3/tutorial/floatingpoint.html
msg298097 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2017-07-11 01:20
Also, for the future, please do not post screen shots of text. Copy and Paste the text from the console. Thank you.
History
Date User Action Args
2022-04-11 14:58:48adminsetgithub: 75078
2017-07-11 01:20:14steven.dapranosetnosy: + steven.daprano
messages: + msg298097
2017-07-10 22:50:02zach.waresetstatus: open -> closed

nosy: + zach.ware
messages: + msg298094

resolution: not a bug
stage: resolved
2017-07-10 22:44:30Yelson Chevarrias Huamansetversions: + Python 3.3, Python 3.4, Python 3.6, Python 3.7
2017-07-10 22:30:29Yelson Chevarrias Huamansettype: performance -> behavior
2017-07-10 22:27:50Yelson Chevarrias Huamancreate