diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-07-21 06:06:30 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-07-21 06:06:30 +0000 |
commit | 53d019cf5ac96bc609781e8a37d97899292ff40d (patch) | |
tree | a1f6ec9324b1af6ee1cc8c56450a03ad5a7ec9c1 /Python/exceptions.c | |
parent | 1bf4c2d2c9cc70f9b3de8a8b54dde20e5939bd50 (diff) | |
download | cpython-git-53d019cf5ac96bc609781e8a37d97899292ff40d.tar.gz |
Changed import from
from test.test_support import TestSkipped, run_unittest
to
from test_support import TestSkipped, run_unittest
Otherwise, if the Japanese codecs aren't installed, regrtest doesn't
believe the TestSkipped exception raised by this test matches the
except (ImportError, test_support.TestSkipped), msg:
it's looking for, and reports the skip as a crash failure instead of
as a skipped test.
I suppose this will make it harder to run this test outside of
regrtest, but under the assumption only Barry does that, better to
make it skip cleanly for everyone else.
Diffstat (limited to 'Python/exceptions.c')
0 files changed, 0 insertions, 0 deletions