commit | 8da3cac4a054e7edccfecce71f4f526e329c730f | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Tue Sep 29 14:01:08 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Tue Sep 29 14:01:08 2009 +0000 |
tree | 8fb630d0a613cfea200eff1da0c0ac865aac2343 | |
parent | b8b0ba1fa0b04762ab808b66f1f6bb5e066540cf [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. ........