summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d44789e..a740b33 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,6 +74,12 @@ Build
- Issue 5390: Add uninstall icon independent of whether file
extensions are installed.
+Tests
+-----
+
+- Removed importlib's custom test discovery code and switched to
+ unittest.TestLoader.discover().
+
What's New in Python 3.1?
=========================