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.

Author zach.ware
Recipients azihdoeun, terry.reedy, zach.ware
Date 2019-02-28.21:20:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551388837.39.0.302553004478.issue36151@roundup.psfhosted.org>
In-reply-to
Content
This has nothing to do with IDLE and everything to do with how floating point numbers work; have a read through https://docs.python.org/3/tutorial/floatingpoint.html for an introduction to floating point.  If you need exact decimal math, use the `decimal` module instead.
History
Date User Action Args
2019-02-28 21:20:37zach.waresetrecipients: + zach.ware, terry.reedy, azihdoeun
2019-02-28 21:20:37zach.waresetmessageid: <1551388837.39.0.302553004478.issue36151@roundup.psfhosted.org>
2019-02-28 21:20:37zach.warelinkissue36151 messages
2019-02-28 21:20:37zach.warecreate