]> granicus.if.org Git - python/commitdiff
Issue #27107: mailbox.fcntl = None on Windows
authorMartin Panter <vadmium+py@gmail.com>
Mon, 6 Jun 2016 02:49:54 +0000 (02:49 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 6 Jun 2016 02:49:54 +0000 (02:49 +0000)
Lib/test/test_mailbox.py

index 21bec9d6bb38d351da43de2bea359638103644bf..aeabdbb2b5e4efb53280ce77ba06bb0a5e1f286e 100644 (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)