summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-08 17:19:57 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-08 17:19:57 (GMT)
commit3aba49899c1f78daf1bafce5b1fd46acbd15b2f2 (patch)
tree498f933ad56852cde145299d6cd78689db473531 /Misc
parent4479841b83feffdfe7ab43e2ba80ea0da8b155eb (diff)
downloadcpython-3aba49899c1f78daf1bafce5b1fd46acbd15b2f2.zip
cpython-3aba49899c1f78daf1bafce5b1fd46acbd15b2f2.tar.gz
cpython-3aba49899c1f78daf1bafce5b1fd46acbd15b2f2.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/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1518bd1..e4ddb3c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,13 @@ Library
- Issue #12467: warnings: fix a race condition if a warning is emitted at
shutdown, if globals()['__file__'] is None.
+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.
+
What's New in Python 3.2.1 release candidate 2?
===============================================