summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-01-18 00:57:19 (GMT)
committerNed Deily <nad@acm.org>2015-01-18 00:57:19 (GMT)
commit1e012e6c7f3346bf7977d1476d98a4087a84bd4b (patch)
treeaaebb5655bb7369e908dfe0f46d689681f7dd420 /Misc
parent465b057f919ee4f8384fe338331225621ed71028 (diff)
downloadcpython-1e012e6c7f3346bf7977d1476d98a4087a84bd4b.zip
cpython-1e012e6c7f3346bf7977d1476d98a4087a84bd4b.tar.gz
cpython-1e012e6c7f3346bf7977d1476d98a4087a84bd4b.tar.bz2
Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:
getaddrinfo("localhost") can fail depending on the name server configuration, use "127.0.0.0" instead.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e4912f6..403bf87 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -290,6 +290,8 @@ Tests
- Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
+- Issue #23211: Workaround test_logging failure on some OS X 10.6 systems.
+
Build
-----