summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 914e257..ee96d22 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -725,6 +725,10 @@ Extension Modules
Tests
-----
+- regrtest no longer treats ImportError as equivalent to SkipTest. Imports
+ that should cause a test to be skipped are now done using import_module
+ from test support, which does the conversion.
+
- Issue #5083: New 'gui' resource for regrtest.