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.13:44:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432647896.56.0.321548252868.issue24270@psf.upfronthosting.co.za>
In-reply-to
Content
Significant questions brought up by Berker Peksağ in his review of the latest patch (thanks for the review!):

1. Should the tolerance parameters be keyword-only? Berker suggests that they should be. I agree.

2. Should the math.isclose() tests be split into a separate TestCase class with many separate methods? It is currently a single method which does all of the testing for math.isclose(). (Chris's original code has it separated into several TestCase classes; I consolidated it into a single method to keep in line with the current structure of the math module's tests.)
History
Date User Action Args
2015-05-26 13:44:56taleinatsetrecipients: + taleinat, rhettinger, mark.dickinson, ncoghlan, scoder, stutzbach
2015-05-26 13:44:56taleinatsetmessageid: <1432647896.56.0.321548252868.issue24270@psf.upfronthosting.co.za>
2015-05-26 13:44:56taleinatlinkissue24270 messages
2015-05-26 13:44:56taleinatcreate