commit | 2316c686400841fe1131583820d5b14417a0e089 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Dec 13 23:23:40 2017 +0100 |
committer | GitHub <noreply@github.com> | Wed Dec 13 23:23:40 2017 +0100 |
tree | 21dea6721e835b548de9d49aec86c772262eb382 | |
parent | 3ff488c082a045467a222aaf77afc66c24192bdd [diff] [blame] |
pythoninfo: sync with master (#4843)
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 1126fc2..ca53899 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py
@@ -35,7 +35,7 @@ HOST = test_support.HOST MSG = b'Michael Gilfix was here\n' -SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1', family=socket.AF_INET6) +SUPPORTS_IPV6 = test_support.IPV6_ENABLED try: import thread