summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2011-11-08 14:54:42 (GMT)
committerJesus Cea <jcea@jcea.es>2011-11-08 14:54:42 (GMT)
commit71094b5d5b493b982417687dac0ab6a10012e39a (patch)
treea8fb8e465deed5c28678e691c92df76b34ef5ac7 /Misc
parent53703d9d72c4b48a8c602209c4e4aba15f48d238 (diff)
downloadcpython-71094b5d5b493b982417687dac0ab6a10012e39a.zip
cpython-71094b5d5b493b982417687dac0ab6a10012e39a.tar.gz
cpython-71094b5d5b493b982417687dac0ab6a10012e39a.tar.bz2
Solved a potential deadlock in test_telnetlib.py. Related to issue #11812
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 43e2763..9b1e5d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,8 @@ Tests
- Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
failure in name resolution.
+- Solved a potential deadlock in test_telnetlib.py. Related to issue #11812.
+
- Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
an overzealous DNS service (e.g. OpenDNS) redirects to a placeholder
Web site.