summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 10f1386..86c78ab 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -509,6 +509,7 @@ Bob Kras
Holger Krekel
Michael Kremer
Fabian Kreutz
+Cédric Krier
Hannu Krosing
Andrej Krpic
Ivan Krstić
diff --git a/Misc/NEWS b/Misc/NEWS
index 72b33b9..7dbaaff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,9 @@ Core and Builtins
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.