test_sundry.py is meant to "Do a minimal test of all the modules that aren't otherwise tested." The untested modules list currently contains one entry, the encodings module. That module, however, is tested as part of test_codecs. It also imports html.entities and tty, which are also tested elsewhere.
The test was added quite a long time ago (it's older than me ;-), when it "tested" a long list of modules. I think it has served its purpose, and we can remove it now. Does this sound reasonable to everyone?
test_sundry.pyis meant to "Do a minimal test of all the modules that aren't otherwise tested." The untested modules list currently contains one entry, theencodingsmodule. That module, however, is tested as part oftest_codecs. It also importshtml.entitiesandtty, which are also tested elsewhere.The test was added quite a long time ago (it's older than me ;-), when it "tested" a long list of modules. I think it has served its purpose, and we can remove it now. Does this sound reasonable to everyone?