]> granicus.if.org Git - python/commit
Issue #25138: test_socket.test_idna() uses support.transient_internet() instead
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 07:04:01 +0000 (09:04 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 07:04:01 +0000 (09:04 +0200)
commit808d6416e37bac2d8aa3ebe869f459d39e46cf0c
tree687d2991868cdfcf8d520aef0006c27ecbbc38e6
parentc3f7731f3c01d360b40928a689a48e24b172b579
Issue #25138: test_socket.test_idna() uses support.transient_internet() instead
of catching socket.EAI_NODATA error which doesn't exist on FreeBSD.
Lib/test/test_socket.py