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