commit | 280c22a82a6756e9caffef031c564fd98f1b50e7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 31 19:48:14 2017 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 31 19:48:14 2017 -0700 |
tree | 93227bd68e75083d6b1101bf1742bf0941c3974f | |
parent | 9ed83c40855b57c10988f76770a4eb825e034cd8 [diff] |
Fix test_socket.test_create_connection() (#4206) bpo-31910: test_create_connection() now catchs also EADDRNOTAVAIL to fix the test on Travis CI.