summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-08 17:43:51 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-08 17:43:51 (GMT)
commit95531ea2f1c69eed6b8a5d964f0fd47c124ccca8 (patch)
treef17ece654d4df717ec7c45bd2d84b98ebed82b7d /Misc/NEWS
parent72fff046a6d96131d2a929699e6fc8875f57e452 (diff)
downloadcpython-95531ea2f1c69eed6b8a5d964f0fd47c124ccca8.zip
cpython-95531ea2f1c69eed6b8a5d964f0fd47c124ccca8.tar.gz
cpython-95531ea2f1c69eed6b8a5d964f0fd47c124ccca8.tar.bz2
Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder Web site.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e415b4a..53b7562 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,10 @@ C-API
Tests
-----
+- Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
+ an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder
+ Web site.
+
- 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.