Adding assertIs and assertIsNot methods to unittest.TestCase

Issue #2578
diff --git a/Misc/NEWS b/Misc/NEWS
index 2cfd292..fb5351a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,8 @@
 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 '/'.