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-26.20:28:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432672110.38.0.556079919721.issue24270@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a revised patch including changed due to the reviews by Berker and Yuri.

The significant changes from the previous patch are:

1. The "rel_tol" and "abs_tol" parameters have been made keyword-only.

2. The tests have been extracted into a separate TestCase sub-class. They are now better organized and will be easy to re-use for testing cmath.isclose when it is added (hopefully soon).
History
Date User Action Args
2015-05-26 20:28:30taleinatsetrecipients: + taleinat, rhettinger, mark.dickinson, ncoghlan, scoder, stutzbach
2015-05-26 20:28:30taleinatsetmessageid: <1432672110.38.0.556079919721.issue24270@psf.upfronthosting.co.za>
2015-05-26 20:28:30taleinatlinkissue24270 messages
2015-05-26 20:28:30taleinatcreate