From 83815aeee846a2968ed54fe1b61410d40d49bab9 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Mon, 6 Jun 2016 02:49:54 +0000 Subject: Issue #27107: mailbox.fcntl = None on Windows --- Lib/test/test_mailbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_mailbox.py b/Lib/test/test_mailbox.py index 21bec9d..aeabdbb 100644 --- a/Lib/test/test_mailbox.py +++ b/Lib/test/test_mailbox.py @@ -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) -- cgit v0.12