This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author decaz
Recipients decaz
Date 2019-04-14.14:34:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555252441.31.0.294648595666.issue36629@roundup.psfhosted.org>
In-reply-to
Content
======================================================================
FAIL: test_imap4_host_default_value (test.test_imaplib.TestImaplib)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/python/Lib/test/test_imaplib.py", line 94, in test_imap4_host_default_value
    self.assertIn(cm.exception.errno, expected_errnos)
AssertionError: 101 not found in [111, 99]

----------------------------------------------------------------------

I guess `errno.ENETUNREACH` should be added to the `expected_errnos` as it done within `test_create_connection` (test.test_socket.NetworkConnectionNoServer).
History
Date User Action Args
2019-04-14 14:34:01decazsetrecipients: + decaz
2019-04-14 14:34:01decazsetmessageid: <1555252441.31.0.294648595666.issue36629@roundup.psfhosted.org>
2019-04-14 14:34:01decazlinkissue36629 messages
2019-04-14 14:34:01decazcreate