From: Martin Panter Date: Mon, 6 Jun 2016 02:49:54 +0000 (+0000) Subject: Issue #27107: mailbox.fcntl = None on Windows X-Git-Tag: v3.6.0a2~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83815aeee846a2968ed54fe1b61410d40d49bab9;p=thirdparty%2FPython%2Fcpython.git Issue #27107: mailbox.fcntl = None on Windows --- diff --git a/Lib/test/test_mailbox.py b/Lib/test/test_mailbox.py index 21bec9d6bb38..aeabdbb2b5e4 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)