]> granicus.if.org Git - python/commit
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Aug 2019 18:11:49 +0000 (11:11 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 18:11:49 +0000 (11:11 -0700)
commitee989512528d178d6f088916aba3e67ea9487ceb
tree75c539fd9025f63bb98bf58e9060cdcc78c5e40d
parent853eecc7692503fec8240fd9a74d9f88e0392630
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)

Add error number 113 EHOSTUNREACH to get_socket_conn_refused_errs()
of test.support.
(cherry picked from commit 1ac2a83f30312976502fda042db5ce18d10ceec2)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
Lib/test/support/__init__.py