commit | a89633c4f7566193cf6ac4be9219672e7f7abc9d | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Mon Sep 28 19:53:25 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Mon Sep 28 19:53:25 2009 +0000 |
tree | 4a25a9de17b911a756cb6be27d08a67b852fdb06 | |
parent | e4829f1d7772597e77ef83d4285c5f465121a99f [diff] |
Merged revisions 75111 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75111 | r.david.murray | 2009-09-28 12:57:45 -0400 (Mon, 28 Sep 2009) | 5 lines Prevent test_bad_address failure when a domain in the dns search path implements a '*' default rule. Also update comment with a more complete explanation of the difficulties inherent in the test. ........