Issue #7502: Fix equality comparison for DocTestCase instances.
Patch by Cédric Krier.
diff --git a/Misc/NEWS b/Misc/NEWS
index 72b33b9..7dbaaff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,9 @@
 Library
 -------
 
+- Issue #7502: Fix equality comparison for DocTestCase instances.  Patch by
+  Cédric Krier.
+
 - Issue #8035: urllib: Fix a bug where the client could remain stuck after a
   redirection or an error.