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

@ -15,7 +15,7 @@ try:
except ImportError:
threading = None
if sys.platform in ('os2', 'riscos'):
if sys.platform == 'riscos':
raise unittest.SkipTest("Can't test signal on %s" % sys.platform)