[issue26912] Broken imports in test/test_email/torture_test.py, test_asian_codecs.py) has a broken import

2016-05-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: I also removed try to import the deleted support.TestSkipped. I temporarily commented out the SkipTest replacement so the module would run, create the test class, run it, and fail. I believe the import of run_unittest and the associated test_main, etc, can

[issue26912] Broken imports in test/test_email/torture_test.py, test_asian_codecs.py) has a broken import

2016-05-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset e7da216ba17c by Terry Jan Reedy in branch '3.5': Issue 26912: fix broken imports in test_email package. https://hg.python.org/cpython/rev/e7da216ba17c -- nosy: +python-dev ___ Python tracker

[issue26912] Broken imports in test/test_email/torture_test.py, test_asian_codecs.py) has a broken import

2016-05-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: As with #26911, no 'test_' prefix means 'run by hand'. I will make the two simple fixes, as well as delete 'from types import ListType' (ListType is list, and removed in 3.x). But I will not try to run the torture test, hence no guarantee that it will run