mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -35,7 +35,7 @@ else:
|
|||
|
||||
def test():
|
||||
import sys
|
||||
if sys.platform[:3] in ('win', 'mac'):
|
||||
if sys.platform[:3] in ('win', 'mac', 'os2'):
|
||||
if verbose:
|
||||
print "Can't test select easily on", sys.platform
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue