diff options
author | Georg Brandl <georg@python.org> | 2009-10-01 21:02:39 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-10-01 21:02:39 (GMT) |
commit | 12fafe69367b49421e53da513cc7c470e1219fdd (patch) | |
tree | b75a0a9c9bbf1b3e5580c338bb9267d87888485a | |
parent | f895cf5d33f68bfd750e4cce19f3785096812e34 (diff) | |
download | cpython-12fafe69367b49421e53da513cc7c470e1219fdd.zip cpython-12fafe69367b49421e53da513cc7c470e1219fdd.tar.gz cpython-12fafe69367b49421e53da513cc7c470e1219fdd.tar.bz2 |
Add NEWS entry for r75180.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |