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 8cded5e..1c971bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -529,6 +529,9 @@ Library
Tests
-----
+- Issue #18266: test_largefile now works with unittest test discovery and
+ supports running only selected tests. Patch by Zachary Ware.
+
- Issue #17767: test_locale now works with unittest test discovery.
Original patch by Zachary Ware.