summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eac45d3..a8392d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -899,6 +899,9 @@ Tests
- Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
+- Issue #17334: test_index now works with unittest test discovery.
+ Patch by Zachary Ware.
+
- Issue #17333: test_imaplib now works with unittest test discovery.
Patch by Zachary Ware.