summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-08 17:22:31 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-08 17:22:31 (GMT)
commit88fcf1bcab11e4db00215339748fa36bcf4a16b6 (patch)
tree736e2cde2d3682758370d52ad9b0dff0acb2e138 /Misc
parent7128f95bd27b34c82299d8572d4172bf0c8a13a3 (diff)
parent72fff046a6d96131d2a929699e6fc8875f57e452 (diff)
downloadcpython-88fcf1bcab11e4db00215339748fa36bcf4a16b6.zip
cpython-88fcf1bcab11e4db00215339748fa36bcf4a16b6.tar.gz
cpython-88fcf1bcab11e4db00215339748fa36bcf4a16b6.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')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 13b14b0..b4793e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1004,6 +1004,10 @@ Extension Modules
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.