
python-checkins at python
Mar 31, 2009, 12:57 PM
Views: 120
Permalink
|
|
r70877 - python/trunk/Misc/NEWS
|
|
Author: r.david.murray Date: Tue Mar 31 21:57:24 2009 New Revision: 70877 Log: Add NEWS entry for regrtest change. Modified: python/trunk/Misc/NEWS Modified: python/trunk/Misc/NEWS ============================================================================== --- python/trunk/Misc/NEWS (original) +++ python/trunk/Misc/NEWS Tue Mar 31 21:57:24 2009 @@ -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. _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|