Commit 83815aee authored by Martin Panter's avatar Martin Panter

Issue #27107: mailbox.fcntl = None on Windows

parent 0d3535a6
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment