summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-01 21:02:39 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-01 21:02:39 (GMT)
commit12fafe69367b49421e53da513cc7c470e1219fdd (patch)
treeb75a0a9c9bbf1b3e5580c338bb9267d87888485a
parentf895cf5d33f68bfd750e4cce19f3785096812e34 (diff)
downloadcpython-12fafe69367b49421e53da513cc7c470e1219fdd.zip
cpython-12fafe69367b49421e53da513cc7c470e1219fdd.tar.gz
cpython-12fafe69367b49421e53da513cc7c470e1219fdd.tar.bz2
Add NEWS entry for r75180.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 13912e9..50cf4d7 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.