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 taleinat
Recipients mark.dickinson, ncoghlan, rhettinger, scoder, stutzbach, taleinat
Date 2015-05-28.09:25:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432805104.74.0.537849463275.issue24270@psf.upfronthosting.co.za>
In-reply-to
Content
Hopefully final patch attached. This adds cmath.isclose() along with relevant tests and documentation.

Note that cmath.isclose() rejects complex tolerances -- only the values may be complex.
History
Date User Action Args
2015-05-28 09:25:05taleinatsetrecipients: + taleinat, rhettinger, mark.dickinson, ncoghlan, scoder, stutzbach
2015-05-28 09:25:04taleinatsetmessageid: <1432805104.74.0.537849463275.issue24270@psf.upfronthosting.co.za>
2015-05-28 09:25:04taleinatlinkissue24270 messages
2015-05-28 09:25:04taleinatcreate