mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Closes #16135: Removal of OS/2 support
This commit is contained in:
parent
fa7d5392d4
commit
f01d695ccd
12 changed files with 111 additions and 133 deletions
|
|
@ -18,7 +18,7 @@ except ImportError:
|
|||
bz2 = support.import_module('bz2')
|
||||
from bz2 import BZ2File, BZ2Compressor, BZ2Decompressor
|
||||
|
||||
has_cmdline_bunzip2 = sys.platform not in ("win32", "os2emx")
|
||||
has_cmdline_bunzip2 = (sys.platform != "win32")
|
||||
|
||||
class BaseTest(unittest.TestCase):
|
||||
"Base for other testcases."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue