commit | 41448c58d25386b4040cebc9d8078fe1749365e6 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Tue Mar 31 19:57:24 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Tue Mar 31 19:57:24 2009 +0000 |
tree | 0131e2e49ff9f45adc66341dfc40c351766df969 | |
parent | 612f1d5f48d609b4a1b0afd4d64499ff4e5f629d [diff] [blame] |
Add NEWS entry for regrtest change.
diff --git a/Misc/NEWS b/Misc/NEWS index 7b65304..6d6d292 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -704,6 +704,10 @@ 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.