mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
The usual
This commit is contained in:
parent
330c660f66
commit
0b23348aa9
15 changed files with 782 additions and 124 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