summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2009-04-05 19:19:28 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2009-04-05 19:19:28 (GMT)
commitf2dfef1637706e2d103151f1d333b33fc26018b0 (patch)
tree01db417483f401d70c25256cc25f6ffd8f98a96a /Misc
parent7ab5eb91b7aba558ef39d7fa4ca7d3a63d4e886e (diff)
downloadcpython-f2dfef1637706e2d103151f1d333b33fc26018b0.zip
cpython-f2dfef1637706e2d103151f1d333b33fc26018b0.tar.gz
cpython-f2dfef1637706e2d103151f1d333b33fc26018b0.tar.bz2
Adding assertIs and assertIsNot methods to unittest.TestCase
Issue #2578
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2cfd292..fb5351a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,8 @@ Core and Builtins
Library
-------
+- Issue 5693: TestSuite.__iter__ can now be consistently overridden in subclasses.
+
- Issue 5694: removed spurious test output in Distutils (test_clean).
- Issue 5471: Fix os.path.expanduser() for $HOME set to '/'.