Issue #27107: mailbox.fcntl = None on Windows

This commit is contained in:
Martin Panter 2016-06-06 02:49:54 +00:00
parent 0d3535a6ab
commit 83815aeee8
1 changed files with 1 additions and 1 deletions

View File

@ -2270,7 +2270,7 @@ Gregory K. Johnson
class MiscTestCase(unittest.TestCase):
def test__all__(self):
blacklist = {"linesep"}
blacklist = {"linesep", "fcntl"}
support.check__all__(self, mailbox, blacklist=blacklist)