]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-15259)
authorHai Shi <shihai1992@gmail.com>
Wed, 14 Aug 2019 09:52:36 +0000 (04:52 -0500)
committerVictor Stinner <vstinner@redhat.com>
Wed, 14 Aug 2019 09:52:36 +0000 (11:52 +0200)
commitfbb0c032e89c42ab44f5372df40fffb34a91b575
tree0a8de7f5ad8bd8c1c34ecd53a47db6dad9817d3c
parent37fd9f73e2fa439554977cfba427bf94c1fedb6b
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-15259)

Add error number 113 EHOSTUNREACH to get_socket_conn_refused_errs()
of test.support.
Lib/test/support/__init__.py