summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b65304a3f..6d6d2925c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -704,6 +704,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.