]> granicus.if.org Git - python/commit
Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:
authorNed Deily <nad@acm.org>
Sun, 18 Jan 2015 00:57:19 +0000 (16:57 -0800)
committerNed Deily <nad@acm.org>
Sun, 18 Jan 2015 00:57:19 +0000 (16:57 -0800)
commit1e012e6c7f3346bf7977d1476d98a4087a84bd4b
treeaaebb5655bb7369e908dfe0f46d689681f7dd420
parent465b057f919ee4f8384fe338331225621ed71028
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.
Lib/test/test_logging.py
Misc/NEWS