From: Georg Brandl Date: Thu, 1 Oct 2009 21:02:39 +0000 (+0000) Subject: Add NEWS entry for r75180. X-Git-Tag: v2.7a1~429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12fafe69367b49421e53da513cc7c470e1219fdd;p=python Add NEWS entry for r75180. --- diff --git a/Misc/NEWS b/Misc/NEWS index 13912e957b..50cf4d7256 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -390,6 +390,8 @@ Core and Builtins Library ------- +- Issue #7031: Add TestCase.assert(Not)IsInstance() methods. + - Issue #6790: Make it possible again to pass an `array.array` to `httplib.HTTPConnection.send`. Patch by Kirk McDonald.