diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-03-31 19:57:24 +0000 |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-03-31 19:57:24 +0000 |
commit | 41448c58d25386b4040cebc9d8078fe1749365e6 (patch) | |
tree | 0131e2e49ff9f45adc66341dfc40c351766df969 | |
parent | 612f1d5f48d609b4a1b0afd4d64499ff4e5f629d (diff) | |
download | cpython-git-41448c58d25386b4040cebc9d8078fe1749365e6.tar.gz |
Add NEWS entry for regrtest change.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |