This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nnorwitz
Recipients nnorwitz
Date 2008-03-18.21:22:27
SpamBayes Score 0.058118258
Marked as misclassified No
Message-id <1205875348.54.0.487257679211.issue2409@psf.upfronthosting.co.za>
In-reply-to
Content
Guido mentioned this in python-3000-checkins.  I agree the problem
should be fixed.

"""
I think the automatic skip on ImportError is harmful.

We should add a helper function to test_support so that you can write

foobar = test_support.import_optional('foobar')

and it will skip the test if foobar cannot be imported; all other
failing imports should cause the test to *fail*.

This should be an easy two-part task.
"""
History
Date User Action Args
2008-03-18 21:22:28nnorwitzsetspambayes_score: 0.0581183 -> 0.058118258
recipients: + nnorwitz
2008-03-18 21:22:28nnorwitzsetspambayes_score: 0.0581183 -> 0.0581183
messageid: <1205875348.54.0.487257679211.issue2409@psf.upfronthosting.co.za>
2008-03-18 21:22:27nnorwitzlinkissue2409 messages
2008-03-18 21:22:27nnorwitzcreate