diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-08 17:19:57 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-08 17:19:57 (GMT) |
commit | 72fff046a6d96131d2a929699e6fc8875f57e452 (patch) | |
tree | dff6a41c7d6a352f4673a79d5ead7144647330e1 /Misc/NEWS | |
parent | b9ac25d1c394714f0565845b274e7eebb402f1e7 (diff) | |
download | cpython-72fff046a6d96131d2a929699e6fc8875f57e452.zip cpython-72fff046a6d96131d2a929699e6fc8875f57e452.tar.gz cpython-72fff046a6d96131d2a929699e6fc8875f57e452.tar.bz2 |
Avoid failing in test_urllibnet.test_bad_address when some overzealous
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test
is now skipped instead.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ C-API Tests ----- +- Avoid failing in test_urllibnet.test_bad_address when some overzealous + DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test + is now skipped instead. + - Issue #12440: When testing whether some bits in SSLContext.options can be reset, check the version of the OpenSSL headers Python was compiled against, rather than the runtime version of the OpenSSL library. |