]> granicus.if.org Git - python/commit
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
authorVictor Stinner <vstinner@redhat.com>
Mon, 15 Apr 2019 10:34:53 +0000 (12:34 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Apr 2019 10:34:53 +0000 (12:34 +0200)
commit3c7931e514faf509a39c218c2c9f55efb434628f
tree0c4bdae0b4ecd84d1ea036893ed70747137ee3f6
parentf1464f4d2ecf9b809ff768c523c5eea1abd31c55
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)

Fix test_imap4_host_default_value() of test_imaplib: catch also
errno.ENETUNREACH error.
Lib/test/support/__init__.py
Lib/test/test_imaplib.py
Lib/test/test_socket.py
Misc/NEWS.d/next/Tests/2019-04-15-11-57-39.bpo-36629.ySnaL3.rst [new file with mode: 0644]