<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 5, 2015 at 2:59 PM, Nathaniel Smith <span dir="ltr"><<a href="mailto:njs@pobox.com" target="_blank">njs@pobox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On Thu, Feb 5, 2015 at 11:39 AM, Chris Barker <<a href="mailto:chris.barker@noaa.gov">chris.barker@noaa.gov</a>> wrote:<br>
> Add an assertIsCloseTo -- whether assertAlmostEquals should be deprecated I<br>
</span>> have no opinion on. Though it is useful, as it acts over a sequence [...]<br>
<br>
Are you sure? I don't see any special handling of sequences in its<br>
docs or code...<span class=""></span><br></blockquote></div><br></div><div class="gmail_extra">The one in unittest doesn't have this feature. However there's assertApproxEqual defined locally in the test/test_statistics.py package that does. Since the other is only meant for local use in test_statistics.py, we should leave it alone. The one in unittest is pretty bad but widely used; deprecating it won't have any teeth.<br clear="all"></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido">python.org/~guido</a>)</div>
</div></div>