mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
os2 patch by Jeff Rush
This commit is contained in:
parent
c0b93191e6
commit
8e9ebfd337
12 changed files with 459 additions and 28 deletions
|
@ -4,9 +4,8 @@ import signal
|
|||
import os
|
||||
import sys
|
||||
|
||||
if sys.platform[:3] == 'win':
|
||||
raise ImportError, "Can't test signal on Windows"
|
||||
|
||||
if sys.platform[:3] in ('win', 'os2'):
|
||||
raise ImportError, "Can't test signal on %s" % sys.platform[:3]
|
||||
|
||||
if verbose:
|
||||
x = '-x'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue