summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2012-07-08 07:53:57 (GMT)
committerRoss Lagerwall <rosslagerwall@gmail.com>2012-07-08 07:53:57 (GMT)
commit8d459f0cb850aebf8da524580a7fa389e803be4d (patch)
tree5abe6f21d52ec266274505245247e828e5ede56f /Misc/NEWS
parent297b143c6d118a30319d97c3de000d315f123fa3 (diff)
downloadcpython-8d459f0cb850aebf8da524580a7fa389e803be4d.zip
cpython-8d459f0cb850aebf8da524580a7fa389e803be4d.tar.gz
cpython-8d459f0cb850aebf8da524580a7fa389e803be4d.tar.bz2
#15284: Skip {send,recv}msg tests with disabled IPv6
Patch by Brian Brazil.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c0d1d01..3e856fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,9 @@ Tools/Demos
Tests
-----
+- Issue #15284: Skip {send,recv}msg tests in test_socket when IPv6 is not
+ enabled. Patch by Brian Brazil.
+
- Issue #15277: Fix a resource leak in support.py when IPv6 is disabled.
Patch by Brian Brazil.