diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-04-05 19:19:28 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-04-05 19:19:28 (GMT) |
commit | f2dfef1637706e2d103151f1d333b33fc26018b0 (patch) | |
tree | 01db417483f401d70c25256cc25f6ffd8f98a96a /Misc | |
parent | 7ab5eb91b7aba558ef39d7fa4ca7d3a63d4e886e (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 '/'. |