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 gregory.p.smith
Recipients ChrisBarker, Pam.McANulty, berker.peksag, ezio.melotti, gregory.p.smith, iritkatriel, mark.dickinson, michael.foord, r.david.murray, rbcollins, rhettinger
Date 2022-03-20.01:09:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647738550.26.0.116376290876.issue27198@roundup.psfhosted.org>
In-reply-to
Content
I agree with the decision, assertAlmostEqual is where the feature belongs.

From a practical point of view I suspect a lot of people who want this in the wider world today use just `assert math.isclose(...)` despite the less useful error message.
History
Date User Action Args
2022-03-20 01:09:10gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, mark.dickinson, rbcollins, ezio.melotti, r.david.murray, michael.foord, berker.peksag, Pam.McANulty, ChrisBarker, iritkatriel
2022-03-20 01:09:10gregory.p.smithsetmessageid: <1647738550.26.0.116376290876.issue27198@roundup.psfhosted.org>
2022-03-20 01:09:10gregory.p.smithlinkissue27198 messages
2022-03-20 01:09:10gregory.p.smithcreate