]> granicus.if.org Git - python/commitdiff
Add NEWS entry for regrtest change.
authorR. David Murray <rdmurray@bitdance.com>
Tue, 31 Mar 2009 19:57:24 +0000 (19:57 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 31 Mar 2009 19:57:24 +0000 (19:57 +0000)
Misc/NEWS

index 7b65304a3f82267c1e11dd3e792fa20ed52949e4..6d6d2925c0632aa6c84c5ee10157da4b05e751cd 100644 (file)
--- 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.