From 12fafe69367b49421e53da513cc7c470e1219fdd Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 1 Oct 2009 21:02:39 +0000 Subject: [PATCH] Add NEWS entry for r75180. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.50.1