]> granicus.if.org Git - python/commit
Fix test_socket.test_create_connection() (GH-4206) (#4208)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Nov 2017 13:07:25 +0000 (06:07 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Nov 2017 13:07:25 +0000 (06:07 -0700)
commit89b84b026b389f3c61cbbc5ee89afd8248721b0d
treeb0d4629212a4e3f06535a86e52e73eb96cd504f6
parentf44a6299e2fd2154436df2774c142ca4a7e64b3a
Fix test_socket.test_create_connection() (GH-4206) (#4208)

bpo-31910: test_create_connection() now catchs also EADDRNOTAVAIL to
fix the test on Travis CI.
(cherry picked from commit 280c22a82a6756e9caffef031c564fd98f1b50e7)
Lib/test/test_socket.py