mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -596,7 +596,7 @@ class TestMaildir(TestMailbox, unittest.TestCase):
|
|||
|
||||
def setUp(self):
|
||||
TestMailbox.setUp(self)
|
||||
if os.name in ('nt', 'os2') or sys.platform == 'cygwin':
|
||||
if (os.name == 'nt') or (sys.platform == 'cygwin'):
|
||||
self._box.colon = '!'
|
||||
|
||||
def assertMailboxEmpty(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue