summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-04-15 10:34:53 (GMT)
committerGitHub <noreply@github.com>2019-04-15 10:34:53 (GMT)
commit3c7931e514faf509a39c218c2c9f55efb434628f (patch)
tree0c4bdae0b4ecd84d1ea036893ed70747137ee3f6 /Misc/NEWS.d
parentf1464f4d2ecf9b809ff768c523c5eea1abd31c55 (diff)
downloadcpython-3c7931e514faf509a39c218c2c9f55efb434628f.zip
cpython-3c7931e514faf509a39c218c2c9f55efb434628f.tar.gz
cpython-3c7931e514faf509a39c218c2c9f55efb434628f.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-04-15-11-57-39.bpo-36629.ySnaL3.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-04-15-11-57-39.bpo-36629.ySnaL3.rst b/Misc/NEWS.d/next/Tests/2019-04-15-11-57-39.bpo-36629.ySnaL3.rst
new file mode 100644
index 0000000..0837a23
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-04-15-11-57-39.bpo-36629.ySnaL3.rst
@@ -0,0 +1,2 @@
+Fix ``test_imap4_host_default_value()`` of ``test_imaplib``: catch also
+:data:`errno.ENETUNREACH` error.