summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-06-30 15:24:43 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2019-06-30 15:24:43 (GMT)
commitc2cda638d63b98f5cf9a8ef13e15aace2b7e3f0b (patch)
treeed96b086ade6f8a2b2c3b589918636d450f64ad3 /Misc
parent0d671c04c39b52e44597491b893eb0b6c86b3d45 (diff)
downloadcpython-c2cda638d63b98f5cf9a8ef13e15aace2b7e3f0b.zip
cpython-c2cda638d63b98f5cf9a8ef13e15aace2b7e3f0b.tar.gz
cpython-c2cda638d63b98f5cf9a8ef13e15aace2b7e3f0b.tar.bz2
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2019-06-29-23-56-28.bpo-37199.FHDsLf.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-06-29-23-56-28.bpo-37199.FHDsLf.rst b/Misc/NEWS.d/next/Tests/2019-06-29-23-56-28.bpo-37199.FHDsLf.rst
new file mode 100644
index 0000000..b052091
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2019-06-29-23-56-28.bpo-37199.FHDsLf.rst
@@ -0,0 +1 @@
+Fix test failures when IPv6 is unavailable or disabled.