Closes #16135: Removal of OS/2 support

This commit is contained in:
Jesus Cea 2012-10-05 03:36:11 +02:00
parent fa7d5392d4
commit f01d695ccd
12 changed files with 111 additions and 133 deletions

View file

@ -234,7 +234,7 @@ class TestSysConfig(unittest.TestCase):
self.assertTrue(os.path.isfile(config_h), config_h)
def test_get_scheme_names(self):
wanted = ('nt', 'nt_user', 'os2', 'os2_home', 'osx_framework_user',
wanted = ('nt', 'nt_user', 'osx_framework_user',
'posix_home', 'posix_prefix', 'posix_user')
self.assertEqual(get_scheme_names(), wanted)