]> granicus.if.org Git - python/commitdiff
Add NEWS entry for r75180.
authorGeorg Brandl <georg@python.org>
Thu, 1 Oct 2009 21:02:39 +0000 (21:02 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 1 Oct 2009 21:02:39 +0000 (21:02 +0000)
Misc/NEWS

index 13912e957bb280e637b6c758c2013cee0602c09a..50cf4d7256c4e02705f0a9fa3c40992c2a4e9223 100644 (file)
--- 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.