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 4c3758d..3585764 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,12 @@ Library
- Issue #14493: Use gvfs-open or xdg-open in webbrowser.
+Tests
+-----
+
+- Issue #14355: Regrtest now supports the standard unittest test loading, and
+ will use it if a test file contains no `test_main` method.
+
What's New in Python 3.3.0 Alpha 2?
===================================