From: R. David Murray Date: Tue, 31 Mar 2009 19:57:24 +0000 (+0000) Subject: Add NEWS entry for regrtest change. X-Git-Tag: v2.7a1~1681 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41448c58d25386b4040cebc9d8078fe1749365e6;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for regrtest change. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7b65304a3f82..6d6d2925c063 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.