]> granicus.if.org Git - python/commit
Fix test_socket.test_create_connection() (GH-4206) (#4209)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Nov 2017 13:08:40 +0000 (06:08 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Nov 2017 13:08:40 +0000 (06:08 -0700)
commit4b73a79e796c3832be0cfd45bc27f15aea32b621
tree96647dd478d9046311d6518a3f7e446b1281a0be
parent6ba0b583d6785a256b17d27431908d67015eeeb6
Fix test_socket.test_create_connection() (GH-4206) (#4209)

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