commit | a7f9933efacc017f9772ae12830e75ce88c3b7ec | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Wed Dec 16 04:36:20 2015 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Wed Dec 16 04:36:20 2015 +0000 |
tree | a77891b72afd37d205de512bee500167e56ba38d | |
parent | e319ab01cee6aa4675cac418d5f5900e5537f66e [diff] |
Issue #23788: Merge redundant test_bad_address() into test_urllibnet In Python 2, these were duplicated; one for urllib.urlopen() and one for urllib2.urlopen(). The test_urllibnet version has a better precondition to avoid false failures with bad DNS, and the test_urllib2_localnet version had a more up-to-date comment and domain name.